diff --git a/testing/ci.sh b/testing/ci.sh index ae8c82d..6574273 100755 --- a/testing/ci.sh +++ b/testing/ci.sh @@ -3,6 +3,8 @@ set -v set -e +export CARGO_TARGET_DIR=testing/target + # Set OFFLINE=1 to avoid rustup. cargo might still run offline. if ! grep -sq '^name = "sunset"' Cargo.toml; then