Skip to content

Commit

Permalink
build: use share cargo target dir for both clippy and integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 23, 2019
1 parent f9cc0a9 commit 1e9e62e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ if [[ -z "$INTEGRATION" ]]; then
exit 0
fi

CARGO_TARGET_DIR=$(pwd)/target
export CARGO_TARGET_DIR

rm ~/.cargo/bin/cargo-clippy
cargo install --force --debug --path .

Expand Down

0 comments on commit 1e9e62e

Please sign in to comment.