Skip to content

Commit 1e9e62e

Browse files
committed
build: use share cargo target dir for both clippy and integration test
1 parent f9cc0a9 commit 1e9e62e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/integration-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ if [[ -z "$INTEGRATION" ]]; then
55
exit 0
66
fi
77

8+
CARGO_TARGET_DIR=$(pwd)/target
9+
export CARGO_TARGET_DIR
10+
811
rm ~/.cargo/bin/cargo-clippy
912
cargo install --force --debug --path .
1013

0 commit comments

Comments
 (0)