test.sh: run the build proccess multithreaded

This commit is contained in:
Jordan Petridis 2020-06-21 18:21:32 +03:00
parent c140e5a163
commit 0e47e9c07f
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -18,4 +18,4 @@ fi
export CARGO_HOME="$CARGO_TARGET_DIR/cargo-home" export CARGO_HOME="$CARGO_TARGET_DIR/cargo-home"
cargo test -j 1 -- --test-threads=1 --nocapture cargo test -- --test-threads=1 --nocapture