We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e573fa2 commit 9439813Copy full SHA for 9439813
.github/workflows/rust.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Run tests
24
run: cargo test --verbose
25
- name: Clippy
26
- run: cargo clippy
+ run: cargo clippy -- -D warnings
27
- name: Clippy on no-default-features
28
- run: cargo clippy --no-default-features
+ run: cargo clippy --no-default-features -- -D warnings
29
- name: Clippy on all-features
30
- run: cargo clippy --all-features
+ run: cargo clippy --all-features -- -D warnings
0 commit comments