Skip to content

DO NOT MERGE testing CI #1

DO NOT MERGE testing CI

DO NOT MERGE testing CI #1

Workflow file for this run

name: Try Runtime Check
on:
pull_request:
branches: [finney, main, devnet-ready]
types: [labeled, unlabeled, synchronize]
env:
CARGO_TERM_COLOR: always
jobs:
check-finney-migrations:
name: check finney migrations
runs-on: SubtensorCI
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Run Try Runtime Checks
uses: "paritytech/[email protected]"
with:
runtime-package: "node-subtensor-runtime"
node-uri: "wss://entrypoint-finney.opentensor.ai:443"
checks: "all"
extra-args: "--disable-spec-version-check --no-weight-warnings"