Skip to content

Commit

Permalink
Update asm dependencies (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 7, 2023
1 parent 59176e0 commit 342dbfa
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/whirlpool.yml
Expand Up @@ -59,9 +59,19 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo hack test --feature-powerset
- run: cargo hack test --feature-powerset --exclude-features asm

minimal-versions:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}

test-asm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable # cc has a relaxed MSRV policy
- run: cargo test --features asm
27 changes: 15 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 342dbfa

Please sign in to comment.