From 9e4f6bc6954fe4301b6d4367867177d220f09bd3 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 18 Nov 2023 05:31:51 -0700 Subject: [PATCH] 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. --- .github/workflows/keccak.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/keccak.yml b/.github/workflows/keccak.yml index 80081db..9ddfb3c 100644 --- a/.github/workflows/keccak.yml +++ b/.github/workflows/keccak.yml @@ -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