Skip to content

do not turn on all restriction lints #41

do not turn on all restriction lints

do not turn on all restriction lints #41

Workflow file for this run

name: 🧪 Tests
on:
pull_request:
push:
branches: ["main", "develop", "release"]
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, beta, nightly]
name: 🧪 Run tests
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install latest ${{ matrix.toolchain }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose