Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Delmas <[email protected]>
  • Loading branch information
tdelmas committed Nov 1, 2023
1 parent f818820 commit 914bab0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: RUSTFLAGS="-Z macro-backtrace" cargo +nightly clippy --verbose
run: |
rustup toolchain default nightly
rustup component add clippy
RUSTFLAGS="-Z macro-backtrace" cargo clippy --verbose

0 comments on commit 914bab0

Please sign in to comment.