Skip to content

Commit 85551e4

Browse files
authored
chore: remove unnecessary try-runtime execution (#626)
We can remove the execution that does not use any checks, since the first one includes also checks for weights and idempotent operations.
1 parent 38cfbf0 commit 85551e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ test-try-runtime:
4949
- ./try-runtime --version
5050
- cargo build --locked --release -p ${RUNTIME}-runtime --features try-runtime
5151
- ./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."
5552

5653
build:
5754
timeout: 2 hours

0 commit comments

Comments
 (0)