Skip to content

try runtime all the time #1

try runtime all the time

try runtime all the time #1

name: Testnet Try Runtime Check
on:
pull_request:
branches: [devnet, devnet-ready, testnet, testnet-ready, finney, main]
env:
CARGO_TERM_COLOR: always
jobs:
check-testnet-migrations:
name: check testnet migrations
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Run Try Runtime Checks
uses: "paritytech/[email protected]"
with:
runtime-package: "node-subtensor-runtime"
node-uri: "wss://test.chain.opentensor.ai:443"
checks: "pre-and-post"
extra-args: "--disable-spec-version-check --no-weight-warnings"