limit test threads to 1 for integration tests
This commit is contained in:
parent
b7270008d0
commit
3a9354f7d3
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
# Exit if any subcommand fails
|
||||
set -e
|
||||
|
||||
cargo test --release -- --ignored
|
||||
cargo test --release -- --ignored --test-threads=1
|
||||
|
|
Loading…
Reference in a new issue