From 3d2250204245bb1fc862dd8c6a478bc56e693202 Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sat, 26 Oct 2019 00:14:11 +0900 Subject: [PATCH] Add --locked --- ci/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/integration.sh b/ci/integration.sh index 4d5498b6ec7..b1e8d0c8db1 100755 --- a/ci/integration.sh +++ b/ci/integration.sh @@ -15,7 +15,7 @@ set -ex # it again. # #which cargo-fmt || cargo install --force -cargo install --path . --force +cargo install --path . --force --locked echo "Integration tests for: ${INTEGRATION}" cargo fmt -- --version