We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-D warnings
cargo check-all-features
1 parent 3c67aa1 commit aa5e250Copy full SHA for aa5e250
ci/actions-templates/all-features-template.yaml
@@ -39,4 +39,4 @@ jobs: # skip-all
39
rustup target install "$TARGET"
40
- name: Build every combination
41
run: |
42
- cargo check-all-features --root-only
+ cargo check-all-features --root-only -- -D warnings
0 commit comments