Skip to content

Commit

Permalink
Install missing nextest dependency for feature powerset
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed May 5, 2024
1 parent f1420ec commit e7fc51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/feature_powerset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@nextest

- name: Test
run: cargo hack nextest run --no-fail-fast --feature-powerset --skip default --group-features jwt-ietf,jwt --group-features jwt-openid,jwt --clean-per-run --log-group github-actions --exclude-no-default-features --exclude-all-features
Expand Down

0 comments on commit e7fc51a

Please sign in to comment.