Skip to content

Commit 9e4f6bc

Browse files
authored
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.
1 parent 329d4cd commit 9e4f6bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/keccak.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
4848
with:
4949
working-directory: ${{ github.workflow }}
50+
stable-cmd: cargo hack test --release --feature-powerset --skip simd # `simd` requires nightly
5051

5152
test:
5253
needs: set-msrv

0 commit comments

Comments
 (0)