Skip to content

Commit ed024c7

Browse files
committed
remove then install
1 parent 704a7ac commit ed024c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/integration-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ if [[ -z "$INTEGRATION" ]]; then
55
exit 0
66
fi
77

8-
cargo install -Z install-upgrade --debug --path .
8+
rm ~/.cargo/bin/cargo-clippy
9+
cargo install --force --debug --path .
910

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

0 commit comments

Comments
 (0)