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
fix --features flag
  • Loading branch information
alvicsam committed Dec 15, 2022
commit fd08c97f24f74abd0167827ecf053841505abe1a
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ check-try-runtime:
export RUST_LOG=remote-ext=debug,runtime=debug
echo "---------- Running try-runtime for ${NETWORK} ----------"
time cargo build --release --features try-runtime
time cargo run --release --feature try-runtime try-runtime \
time cargo run --release --features try-runtime try-runtime \
--runtime ./target/release/wbuild/runtime.wasm -lruntime=debug \
--chain=${NETWORK}-dev --execution=Wasm --no-spec-check-panic \
on-runtime-upgrade live --uri wss://${NETWORK}-try-runtime-node.parity-chains.parity.io:443
Expand Down