Require --locked on CI for WASM runtime locks (#285)

* Require --locked on CI for WASM runtime locks

* Update runtime Cargo.lock

* Add quotes
This commit is contained in:
Pierre Krieger
2019-06-11 22:01:26 +02:00
committed by Bastian Köcher
parent 6473feb687
commit a5b2c9ab34
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ do
echo "*** Building wasm binaries in $SRC"
cd "$PROJECT_ROOT/$SRC"
./build.sh
./build.sh "$@"
cd - >> /dev/null
done