Skip to content
Snippets Groups Projects
Commit 9b0c23ac authored by Pierre Krieger's avatar Pierre Krieger Committed by Sergey Pepyakin
Browse files

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

parent 917709dd
No related merge requests found
......@@ -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")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment