Skip to content

Commit

Permalink
Allow to test Multi-Block-Migrations (#90)
Browse files Browse the repository at this point in the history
Draft PR opened for whoever will be taking this over.

Next TODO is investigate why MBMs don't seem to progress between blocks
being mined.

Should be used alongside the changes in this PR:
paritytech/polkadot-sdk#4251

---------

Signed-off-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
Co-authored-by: claravanstaden <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 063cd17 commit 95cff05
Show file tree
Hide file tree
Showing 43 changed files with 11,627 additions and 6,126 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
os: [ubuntu-latest]
toolchain: [stable]
runs-on: ${{ matrix.os }}
env:
RUSTFLAGS: "-Cdebug-assertions=y"
steps:
- uses: actions/checkout@v4
- name: Install Rust ${{ matrix.toolchain }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/rust-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
toolchain: stable
targets: wasm32-unknown-unknown
components: rust-src

- name: Check if the README is up to date.
run: |
cargo install cargo-rdme --locked -q
cargo rdme --check --workspace-project try-runtime-cli --readme-path README.md
- name: Build docs
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit 95cff05

Please sign in to comment.