Skip to content

Commit

Permalink
Ensure clippy CI stage fails on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Nov 27, 2023
1 parent dff24b8 commit 05bb06e
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 @@ -28,7 +28,7 @@ jobs:
run: nix develop --command treefmt --fail-on-change

- name: Clippy
run: nix develop --command cargo clippy --all-targets
run: nix develop --command cargo clippy --all-targets -- -D warnings

- name: Repository cleanliness
run: git diff --exit-code
Expand Down

0 comments on commit 05bb06e

Please sign in to comment.