Skip to content

Commit

Permalink
Try to speed up the test using nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Oct 10, 2024
1 parent 92fcd41 commit 4f37518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,14 @@ jobs:
with:
toolchain: ${{ env.rust_miri_nightly }}
components: miri
- name: Install cargo-nextest
uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
- uses: Swatinem/rust-cache@v2
- name: miri
run: |
cargo miri test --features full --lib --tests --no-fail-fast
cargo miri nextest run --features full --lib --tests --no-fail-fast
working-directory: tokio
env:
MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields
Expand Down

0 comments on commit 4f37518

Please sign in to comment.