Skip to content

Commit

Permalink
Tweak wirlpool CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 7, 2023
1 parent 0ff37d7 commit 4150a7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ jobs:

test-asm:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.45 # MSRV of cc v1.0.82
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.45 # MSRV of cc v1.0.82
toolchain: ${{ matrix.rust }}
- run: cargo test --features asm

0 comments on commit 4150a7c

Please sign in to comment.