Skip to content

Commit

Permalink
Try setting test-threads count to 1 (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Feb 16, 2024
1 parent ad19476 commit 762a2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ test-basic: test-unit test-doc

# run cargo unit tests
test-unit:
{{ cwd }}/scripts/cargo.sh test --lib --bins --all --all-targets --all-features --no-fail-fast
{{ cwd }}/scripts/cargo.sh test --lib --bins --all --all-targets --all-features --no-fail-fast -- --test-threads=1

# run cargo doc tests
test-doc:
{{ cwd }}/scripts/cargo.sh test --doc
{{ cwd }}/scripts/cargo.sh test --doc -- --test-threads=1

# run permutated feature compilation tests
test-features:
Expand Down

0 comments on commit 762a2e8

Please sign in to comment.