From b704f3f5de8e705de22fa8c0086dd6f2697fa905 Mon Sep 17 00:00:00 2001 From: penumbra23 Date: Mon, 22 Jul 2024 23:22:47 +0200 Subject: [PATCH] fix: spec version check disabled --- .github/workflows/pr-test-try_runtime.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-try_runtime.yaml b/.github/workflows/pr-test-try_runtime.yaml index e0e11021f..3eed1c793 100644 --- a/.github/workflows/pr-test-try_runtime.yaml +++ b/.github/workflows/pr-test-try_runtime.yaml @@ -37,4 +37,4 @@ jobs: - name: Download current snapshot run: curl -LO https://analog-public.s3.amazonaws.com/state-snapshot/${{ matrix.chain }}-state.snap - name: Run try-runtime test - run: try-runtime --runtime target/release/wbuild/${{ matrix.chain }}-runtime/${{ matrix.chain }}_runtime.wasm on-runtime-upgrade --checks all --disable-idempotency-checks snap --path ${{ matrix.chain }}-state.snap \ No newline at end of file + run: try-runtime --runtime target/release/wbuild/${{ matrix.chain }}-runtime/${{ matrix.chain }}_runtime.wasm on-runtime-upgrade --checks all --disable-spec-version-check --disable-idempotency-checks snap --path ${{ matrix.chain }}-state.snap \ No newline at end of file