Skip to content

Commit

Permalink
Add clippy -D warnings to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Aug 5, 2024
1 parent 994c988 commit 00adc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Format
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy --workspace --all-features --all-targets
run: cargo clippy --workspace --all-features --all-targets -- -D warnings
- name: Test
run: cargo test --workspace --all-features --all-targets
- name: Test docs
Expand Down

0 comments on commit 00adc13

Please sign in to comment.