Skip to content

Commit

Permalink
keccak: don't test simd feature in minimal-versions workflow (#66)
Browse files Browse the repository at this point in the history
It requires `nightly`, whereas the tests are run under `stable`.

The `simd` feature itself is already tested in the `test-simd` job.
  • Loading branch information
tarcieri authored Nov 18, 2023
1 parent 329d4cd commit 9e4f6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/keccak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
stable-cmd: cargo hack test --release --feature-powerset --skip simd # `simd` requires nightly

test:
needs: set-msrv
Expand Down

0 comments on commit 9e4f6bc

Please sign in to comment.