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.
2 parents e573fa2 + 9439813 commit d5c5a91Copy full SHA for d5c5a91
.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