Skip to content

Commit

Permalink
remove then install
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Oct 19, 2019
1 parent 704a7ac commit ed024c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ if [[ -z "$INTEGRATION" ]]; then
exit 0
fi

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

echo "Running integration test for crate ${INTEGRATION}"

Expand Down

0 comments on commit ed024c7

Please sign in to comment.