diff --git a/scripts/test.sh b/scripts/test.sh index 0ee72fea..7f8607b0 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -8,6 +8,7 @@ source "${SCRIPT_DIR}/config.sh" # Add Cargo to PATH. export PATH=${HOME}/.cargo/bin:${PATH} export CARGO_INCREMENTAL=0 +export RUSTC_BOOTSTRAP=1 CARGO="cargo" # Checks that the versions for Cargo projects $@ all match