use cargo miri nextest to parallelize miri tests
This commit is contained in:
parent
e3d85fb0ad
commit
b3e93fc242
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -244,5 +244,7 @@ jobs:
|
|||
PROPTEST_CASES: 16
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cargo-nextest
|
||||
run: cargo install cargo-nextest --locked
|
||||
- name: Test (Miri)
|
||||
run: cargo miri test
|
||||
run: cargo miri nextest run -j4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue