Skip to content

Commit 342dbfa

Browse files
authored
Update asm dependencies (#498)
1 parent 59176e0 commit 342dbfa

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

.github/workflows/whirlpool.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,19 @@ jobs:
5959
with:
6060
toolchain: ${{ matrix.rust }}
6161
- uses: RustCrypto/actions/cargo-hack-install@master
62-
- run: cargo hack test --feature-powerset
62+
- run: cargo hack test --feature-powerset --exclude-features asm
6363

6464
minimal-versions:
6565
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
6666
with:
6767
working-directory: ${{ github.workflow }}
68+
69+
test-asm:
70+
runs-on: ubuntu-latest
71+
steps:
72+
- uses: actions/checkout@v3
73+
- uses: RustCrypto/actions/cargo-cache@master
74+
- uses: dtolnay/rust-toolchain@master
75+
with:
76+
toolchain: stable # cc has a relaxed MSRV policy
77+
- run: cargo test --features asm

Cargo.lock

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)