Skip to content

Commit

Permalink
ci: add flag to fail on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkaufmann committed Feb 13, 2024
1 parent ec10af1 commit 5aee016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: format
run: cargo fmt --all --check
- name: clippy
run: cargo clippy --all --all-targets --all-features --verbose
run: cargo clippy --all --all-targets --all-features --verbose -- -D warnings

0 comments on commit 5aee016

Please sign in to comment.