mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
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:
parent
329d4cdcb1
commit
9e4f6bc695
1
.github/workflows/keccak.yml
vendored
1
.github/workflows/keccak.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user