Skip to content

Commit aa5e250

Browse files
committed
ci(all-features): add -D warnings to cargo check-all-features
1 parent 3c67aa1 commit aa5e250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/actions-templates/all-features-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs: # skip-all
3939
rustup target install "$TARGET"
4040
- name: Build every combination
4141
run: |
42-
cargo check-all-features --root-only
42+
cargo check-all-features --root-only -- -D warnings

0 commit comments

Comments
 (0)