Skip to content

Commit 7675fc6

Browse files
maciejnemskostekIV
andauthored
A0-1904: update to 0.9.35 (#936)
* change fork version to 0.9.34 * pallet contracts UnsafeUnstableInterface set to false * subxt code gen * temporarily remove fee calculation test * fix build * change fork version to aleph-0.9.34 * bump spec version to 52 * move comment up * change fork version to wip-0.9.35 * fix pruning arguments * fix weight changes * update jsonspree * fix compiler error * rm wip * lock * spec * aleph * lint * lint * cleanup * maximize build space * lint * clean before unit * revert * set tmp dir * fp * fp2 * one more try --------- Co-authored-by: KostekIV <koscis.j@gmail.com> Co-authored-by: kostekIV <27210860+kostekIV@users.noreply.github.com>
1 parent 3d44d67 commit 7675fc6

27 files changed

Lines changed: 1574 additions & 1476 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ jobs:
2121
env:
2222
CARGO_INCREMENTAL: 0
2323
steps:
24+
- name: Maximize build space
25+
uses: easimon/maximize-build-space@v6
26+
with:
27+
root-reserve-mb: 2048
28+
swap-size-mb: 1024
29+
remove-dotnet: 'true'
30+
2431
- name: Checkout Source code
2532
uses: actions/checkout@v2
2633

@@ -51,6 +58,7 @@ jobs:
5158
command: fmt
5259
args: --all
5360

61+
5462
- name: Run Linter
5563
uses: actions-rs/cargo@v1
5664
env:
@@ -62,10 +70,7 @@ jobs:
6270
args: --all-targets --all-features -- --no-deps -D warnings
6371

6472
- name: Run Unit Test Suite
65-
uses: actions-rs/cargo@v1
66-
with:
67-
command: test
68-
args: --lib --features "try-runtime"
73+
run: CARGO_TARGET_DIR=$(pwd) cargo test --lib --features "try-runtime"
6974

7075
- name: Cleanup cache
7176
uses: ./.github/actions/post-cache

0 commit comments

Comments
 (0)