Invoke cargo build commands with --locked (#2444)

This commit is contained in:
Mira Ressel
2023-04-12 12:06:05 +02:00
committed by GitHub
parent 18c291ba7a
commit 91b4e1419b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ build-test-parachain:
echo "_____Running cargo check for ${directory} ______";
cd ${directory};
pwd;
SKIP_WASM_BUILD=1 cargo check;
SKIP_WASM_BUILD=1 cargo check --locked;
cd ..;
done