diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 226d2a747..70d534767 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,9 +101,12 @@ jobs: - name: Build run: | cargo build --release --package laos-ownership --features=try-runtime - - name: Try Runtime + - name: Try Runtime for Caladan run: | RUST_LOG=try-runtime ./target/release/laos-ownership try-runtime --runtime ./target/release/wbuild/laos-ownership-runtime/laos_ownership_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://161.35.247.178:9944 + - name: Try Runtime for Klaos + run: | + RUST_LOG=try-runtime ./target/release/laos-ownership try-runtime --runtime ./target/release/wbuild/laos-ownership-runtime/laos_ownership_runtime.wasm on-runtime-upgrade --checks=pre-and-post live --uri ws://143.198.248.225:9944 e2e-tests: runs-on: