Skip to content

Commit

Permalink
ci(all-features): add -D warnings to cargo check-all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jun 20, 2024
1 parent 9b93078 commit 605b3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,8 @@ jobs:
run: |
rustup target install "$TARGET"
- name: Build every combination
env:
RUSTFLAGS: -D warnings
run: |
cargo check-all-features --root-only
Expand Down
2 changes: 2 additions & 0 deletions ci/actions-templates/all-features-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ jobs: # skip-all
run: |
rustup target install "$TARGET"
- name: Build every combination
env:
RUSTFLAGS: -D warnings
run: |
cargo check-all-features --root-only

0 comments on commit 605b3c4

Please sign in to comment.