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 features
  • Loading branch information
alvicsam committed Dec 15, 2022
commit c2bcb1a01318407b77ffb05264440ffb9fb9e62e
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 --feature try-runtime
time cargo build --release --features try-runtime
time cargo run --release --feature try-runtime try-runtime \
--runtime ./target/release/wbuild/runtime.wasm -lruntime=debug \
--chain=${NETWORK}-dev --execution=Wasm --no-spec-check-panic \
Expand Down