diff --git a/scripts/test.sh b/scripts/test.sh index a1aa624e..c6a1b384 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -2,6 +2,8 @@ set -e +export CARGO_TARGET_DIR=$PWD/target + echo "=== Running library tests... ===" cargo test --features=integration_test "$@"