We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cfbf0 commit 85551e4Copy full SHA for 85551e4
.gitlab-ci.yml
@@ -49,9 +49,6 @@ test-try-runtime:
49
- ./try-runtime --version
50
- cargo build --locked --release -p ${RUNTIME}-runtime --features try-runtime
51
- ./try-runtime --runtime ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm on-runtime-upgrade --disable-spec-version-check --checks=all live --uri=${ENDPOINT}
52
- - echo "try-runtime with all checks exited successfully."
53
- - ./try-runtime --runtime ./target/release/wbuild/${RUNTIME}-runtime/${RUNTIME}_runtime.compact.compressed.wasm on-runtime-upgrade --disable-spec-version-check live --uri=${ENDPOINT}
54
- - echo "try-runtime with pre and post checks exited successfully."
55
56
build:
57
timeout: 2 hours
0 commit comments