Skip to content

runtime: bump spec_version to 19 #63

runtime: bump spec_version to 19

runtime: bump spec_version to 19 #63

name: Run end-to-end tests
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-cargo:
if: false
runs-on: [self-hosted, general]
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build testsuite
uses: ./.github/actions/cargo-command
with:
command: test
args: --all-features --no-run
- name: Run testsuite
uses: ./.github/actions/cargo-command
with:
command: test
args: --all-features -p timechain --tests
cache: false
annotate: false