From 8b0bae5f9b7401d8f708047fb5b95cbe6bdf529a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 17 Nov 2023 10:41:31 -0700 Subject: [PATCH] keccak: don't test `simd` feature in `minimal-versions` workflow 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