Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
build only the runtime crate
  • Loading branch information
joao-paulo-parity committed Dec 16, 2022
commit 9d5bd7262e40bb08db0f4692ba44b7b0a6da12cd
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ check-try-runtime:
echo "Found label runtimemigration. Running tests"
export RUST_LOG=remote-ext=debug,runtime=debug
echo "---------- Running try-runtime for ${NETWORK} ----------"
time cargo build --release --features try-runtime
time cargo build --release --features try-runtime -p "$NETWORK"-runtime
find target -type f -path "**/runtime.wasm"
time cargo run --release --features try-runtime try-runtime \
--runtime ./target/release/wbuild/"$NETWORK"-runtime/target/wasm32-unknown-unknown/release/runtime.wasm \
Expand Down