Skip to content

Commit

Permalink
ci: fail on clippy warnings (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale authored Jan 15, 2024
1 parent 46647ee commit b84755b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- run: cargo +stable clippy --all-features --all-targets
- run: cargo +stable clippy --all-features --all-targets -- -Dwarnings
- run: git diff --exit-code

doc:
Expand Down

0 comments on commit b84755b

Please sign in to comment.