limit test threads
This commit is contained in:
parent
8906747d22
commit
6db7c04f59
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -3,4 +3,4 @@
|
|||
# Exit if any subcommand fails
|
||||
set -e
|
||||
|
||||
cargo test --release
|
||||
cargo test --release -- --test-threads=1
|
||||
|
|
Loading…
Reference in a new issue