Skip to content

Commit

Permalink
Fix catching clippy warnings as CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 5, 2021
1 parent 712ab89 commit 8e25d47
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 @@ -35,4 +35,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::pedantic
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic

0 comments on commit 8e25d47

Please sign in to comment.