Skip to content

Commit 605b3c4

Browse files
committed
ci(all-features): add -D warnings to cargo check-all-features
1 parent 9b93078 commit 605b3c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,8 @@ jobs:
13161316
run: |
13171317
rustup target install "$TARGET"
13181318
- name: Build every combination
1319+
env:
1320+
RUSTFLAGS: -D warnings
13191321
run: |
13201322
cargo check-all-features --root-only
13211323

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ jobs: # skip-all
3838
run: |
3939
rustup target install "$TARGET"
4040
- name: Build every combination
41+
env:
42+
RUSTFLAGS: -D warnings
4143
run: |
4244
cargo check-all-features --root-only

0 commit comments

Comments
 (0)