1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

limit test threads to 1 for integration tests

This commit is contained in:
dark64 2020-10-06 15:40:06 +02:00
parent b7270008d0
commit 3a9354f7d3

View file

@ -3,4 +3,4 @@
# Exit if any subcommand fails
set -e
cargo test --release -- --ignored
cargo test --release -- --ignored --test-threads=1