Skip to content

Commit

Permalink
Update Tokyo to new chain (Paseo based)
Browse files Browse the repository at this point in the history
  • Loading branch information
bLd75 committed Jun 11, 2024
1 parent 05f63c3 commit aa23eea
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 357 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Release Build
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch:
env:
SUBWASM_VERSION: 0.16.1
jobs:
checks-and-tests:
runs-on: [self-hosted, Linux, X64]
steps:
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Checkout the source code
uses: actions/checkout@v3
with:
submodules: true

- name: Install deps
run: sudo apt -y install protobuf-compiler

- name: Install & display rust toolchain
run: rustup show

- name: Check targets are installed correctly
run: rustup target list --installed

- name: Check all features compilation
run: cargo check --verbose --features try-runtime,runtime-benchmarks --locked

- name: Run all tests
run: cargo test --features try-runtime,runtime-benchmarks --locked
623 changes: 336 additions & 287 deletions bin/collator/res/tokyo.json

Large diffs are not rendered by default.

Loading

0 comments on commit aa23eea

Please sign in to comment.