mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 21:41:02 +00:00
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:
committed by
Bastian Köcher
parent
6473feb687
commit
a5b2c9ab34
@@ -17,12 +17,12 @@ case $TARGET in
|
||||
sudo apt-get -y update
|
||||
sudo apt-get install -y cmake pkg-config libssl-dev
|
||||
|
||||
cargo test --all --locked
|
||||
cargo test --all --locked "$@"
|
||||
;;
|
||||
|
||||
"wasm")
|
||||
# Install prerequisites and build all wasm projects
|
||||
./scripts/init.sh
|
||||
./scripts/build.sh
|
||||
./scripts/build.sh --locked "$@"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user