Skip to content

Commit

Permalink
Make CI succeed and add migrations (#1329)
Browse files Browse the repository at this point in the history
* Fix rpc and work on client update

* Finalize standalone client

* Update parachain client

* Use same try-runtime subcommand in every case

* Satisfy Clippy

* Fix benchmarks

* Add migrations

* Satisfy Clippy

* Update moonkit depedencies

* Free disk space more aggressively

---------

Co-authored-by: Malte Kliemann <[email protected]>
  • Loading branch information
sea212 and maltekliemann authored May 7, 2024
1 parent 7fc38ee commit 718ff99
Show file tree
Hide file tree
Showing 33 changed files with 261 additions and 262 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install rust toolchain
run: rustup show
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Free up disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
tool-cache: true

- name: Install build tools
run: ./scripts/init.sh
Expand Down
Loading

0 comments on commit 718ff99

Please sign in to comment.