Build with locked Cargo.lock on CI (#514)

This commit is contained in:
Pierre Krieger
2018-08-08 17:01:57 +02:00
committed by Sergey Pepyakin
parent 917709dda0
commit 9b0c23ac86
+1 -1
View File
@@ -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")