Skip to content

Commit

Permalink
use cargo nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 29, 2024
1 parent d513e0c commit b3b9576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack,cargo-binstall
tool: cargo-hack,cargo-binstall,cargo-nextest

- name: Install cargo-msrv
env:
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Verify and Test Rust version
run: |
cargo hack msrv verify --output-format=minimal --all-features
cargo hack --rust-version test --all-targets --all-features
cargo hack --rust-version nextest run --all-targets --all-features
- name: Find MSRV
if: ${{ failure() }}
Expand Down

0 comments on commit b3b9576

Please sign in to comment.