Skip to content

Commit

Permalink
Test benches build on Nightly (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 12, 2023
1 parent 371d627 commit 289c832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minimal-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
toolchain: ${{ inputs.nightly }}
- run: rm ../Cargo.toml
- run: cargo update -Z minimal-versions
- name: Test benches build
run: cargo build --benches
# Perform tests
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ inputs.toolchain }}
- uses: RustCrypto/actions/cargo-hack-install@master
- name: Test benches build
run: cargo build --benches
- run: cargo hack test --release --feature-powerset

0 comments on commit 289c832

Please sign in to comment.