Skip to content

Commit

Permalink
ci(miri): miri run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed Apr 23, 2024
1 parent fe121e0 commit 4c66bf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,7 @@ jobs:
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
cargo install cargo-binstall
cargo binstall cargo-nextest --no-confirm --secure
- name: Run tests with Miri
run: cargo miri test --features serde
run: cargo miri nextest run --features serde --no-capture

0 comments on commit 4c66bf9

Please sign in to comment.