Skip to content

Commit

Permalink
cipher: test minimal-versions on stable in CI (#1366)
Browse files Browse the repository at this point in the history
I suspect a nightly regression is responsible for this build failure:

https://github.com/RustCrypto/traits/actions/runs/6648272740/job/18065054230?pr=1319
  • Loading branch information
tarcieri authored Oct 26, 2023
1 parent fa5fde5 commit 81ab91b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cipher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: cipher
on:
pull_request:
paths:
- ".github/workflows/cipher.yml"
- "cipher/**"
- "Cargo.*"
push:
Expand Down Expand Up @@ -39,17 +40,16 @@ jobs:
- run: cargo build --target ${{ matrix.target }} --features block-padding

# TODO: use the reusable workflow after this crate will be part of the
# toot workspace
# root workspace
minimal-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RustCrypto/actions/cargo-cache@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
- uses: dtolnay/rust-toolchain@nightly
- uses: RustCrypto/actions/cargo-hack-install@master
- run: cargo update -Z minimal-versions
- uses: dtolnay/rust-toolchain@stable
- run: cargo hack test --release --feature-powerset

test:
Expand Down

0 comments on commit 81ab91b

Please sign in to comment.