Skip to content

Commit

Permalink
Test the powerset of Cargo features in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
olson-sean-k committed Oct 22, 2024
1 parent c3bd215 commit 657af44
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --verbose
- uses: actions-rs/cargo@v1
- uses: taiki-e/install-action@v2
with:
command: test
args: --all-features --verbose
tool: cargo-hack
- run: cargo hack test --feature-powerset

0 comments on commit 657af44

Please sign in to comment.