Skip to content

Commit

Permalink
Merge pull request #551 from carljm/clippy
Browse files Browse the repository at this point in the history
Add -D warnings to clippy CI
  • Loading branch information
nikomatsakis committed Aug 5, 2024
2 parents ed576fe + 00adc13 commit 973527b
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 973527b

Please sign in to comment.