Skip to content

Commit

Permalink
ci: Fail on clippy warnings (#278)
Browse files Browse the repository at this point in the history
ci: Fail on clippy warnings
  • Loading branch information
raphaelrobert authored Dec 24, 2024
2 parents 1997247 + 5405a61 commit 4c0e37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
toolchain: stable
components: clippy
- run: cargo clippy --locked --all-targets
- run: cargo clippy --locked --all-targets -- -D warnings

rust-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c0e37e

Please sign in to comment.