From 4e41b8eec2fcc01f423f0c04cee5b3331a67d50b Mon Sep 17 00:00:00 2001 From: Steve Degosserie Date: Fri, 29 Dec 2023 18:17:14 +0100 Subject: [PATCH] grumble grumble grumble --- .github/workflows/try-runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/try-runtime.yml b/.github/workflows/try-runtime.yml index f887e1a6..95befe01 100644 --- a/.github/workflows/try-runtime.yml +++ b/.github/workflows/try-runtime.yml @@ -42,6 +42,6 @@ jobs: echo "---------- Running try-runtime for Trappist ----------" cargo build -p trappist --locked --release --no-default-features --features trappist/trappist-runtime,try-runtime && \ ./try-runtime --runtime ./target/release/wbuild/trappist-runtime/target/wasm32-unknown-unknown/release/trappist_runtime.wasm \ - on-runtime-upgrade --checks pre-and-post --disable-idempotency-checks live --uri wss://rococo-trappist-try-runtime-node.parity-chains.parity.io:443 + on-runtime-upgrade --checks pre-and-post --no-idempotency-checks live --uri wss://rococo-trappist-try-runtime-node.parity-chains.parity.io:443 env: RUST_LOG: remote-ext=debug,runtime=debug