10 lines
290 B
Diff
10 lines
290 B
Diff
|
--- a/scripts/test.sh 2020-04-05 14:25:38.034266683 +0200
|
||
|
+++ b/scripts/test.sh 2020-04-05 14:25:47.296310534 +0200
|
||
|
@@ -4,6 +4,5 @@
|
||
|
set -o pipefail
|
||
|
|
||
|
export CARGO_TARGET_DIR="$1/target/"
|
||
|
-export CARGO_HOME="$CARGO_TARGET_DIR/cargo-home"
|
||
|
|
||
|
cargo test -j 1 -- --test-threads=1 --nocapture
|