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