From 0e47e9c07f39729e7ea50d3f1437091ff4f53c89 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 21 Jun 2020 18:21:32 +0300 Subject: [PATCH] test.sh: run the build proccess multithreaded --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 8affac7..9b17ee8 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -18,4 +18,4 @@ fi export CARGO_HOME="$CARGO_TARGET_DIR/cargo-home" -cargo test -j 1 -- --test-threads=1 --nocapture +cargo test -- --test-threads=1 --nocapture