Skip to content

Commit

Permalink
Fail build on clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
indy256 committed Jan 19, 2025
1 parent 3b3465b commit 77685c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
cd rust
cargo fmt -- --check
RUSTFLAGS="-A unused" cargo clippy
RUSTFLAGS="-A unused" cargo clippy -Dwarnings
cargo clippy --tests
- name: compile and test
run: |
Expand Down

0 comments on commit 77685c1

Please sign in to comment.