From 9b0c23ac8628837f6a8a43de0d4adc5a794e79a5 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 8 Aug 2018 17:01:57 +0200 Subject: [PATCH] Build with locked Cargo.lock on CI (#514) --- substrate/ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/ci/script.sh b/substrate/ci/script.sh index dafe2ad5a6..812da2d816 100755 --- a/substrate/ci/script.sh +++ b/substrate/ci/script.sh @@ -17,7 +17,7 @@ case $TARGET in sudo apt-get -y update sudo apt-get install -y cmake pkg-config libssl-dev - cargo test --all + cargo test --all --locked ;; "wasm")