Skip to content

Commit

Permalink
Use --feature-powerset instead of --each-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Nov 30, 2023
1 parent d431a7d commit 2170143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Check each features
run: cargo hack --no-dev-deps check --each-feature
- name: Check feature powerset
run: cargo hack --no-dev-deps check --feature-powerset --depth 2

0 comments on commit 2170143

Please sign in to comment.