Skip to content

Commit

Permalink
try-runtime check
Browse files Browse the repository at this point in the history
  • Loading branch information
orriin committed Oct 24, 2024
1 parent 2fb501e commit 1a8b456
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/try-runtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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"

0 comments on commit 1a8b456

Please sign in to comment.