Skip to content

Commit

Permalink
async-signature: use shared minimal-versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 11, 2023
1 parent 8528581 commit d13b1ec
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/async-signature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ jobs:
- run: cargo test --all-features --release

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: RustCrypto/actions/cargo-hack-install@master
- run: rm ../../Cargo.toml
- run: cargo update -Z minimal-versions
- run: cargo hack test --release --feature-powerset
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}

0 comments on commit d13b1ec

Please sign in to comment.