Skip to content

Commit

Permalink
CI: run cargo check for feature combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser committed Nov 15, 2024
1 parent d6dc374 commit c17bdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
# as each individual feature enabled.
- name: Check compilation for feature combinations
run: |
cargo hack check --each-feature
cargo hack check --feature-powerset
- name: Check compilation for feature combinations (--tests)
run: |
cargo hack check --each-feature --tests
cargo hack check --feature-powerset --tests

0 comments on commit c17bdb6

Please sign in to comment.