From 984fdcfc731724c0b683619935daf09cea643dd9 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 8 Aug 2018 16:13:02 +0200 Subject: [PATCH] Locked Cargo.lock --- ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/script.sh b/ci/script.sh index dafe2ad5a6d9c..812da2d816805 100755 --- a/ci/script.sh +++ b/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")