keccak: don't test simd feature in minimal-versions workflow (#66)

It requires `nightly`, whereas the tests are run under `stable`.

The `simd` feature itself is already tested in the `test-simd` job.
This commit is contained in:
Tony Arcieri 2023-11-18 05:31:51 -07:00 committed by GitHub
parent 329d4cdcb1
commit 9e4f6bc695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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