Skip to content

Commit a76e4bf

Browse files
Update the minimal template to stable2412 (#21)
This synchronizes the template to the stable2412 branch. --------- Signed-off-by: Iulian Barbu <[email protected]> Co-authored-by: iulianbarbu <[email protected]> Co-authored-by: Iulian Barbu <[email protected]>
1 parent 3004222 commit a76e4bf

File tree

18 files changed

+3415
-2332
lines changed

18 files changed

+3415
-2332
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: ./.github/actions/macos-dependencies
6262

6363
- name: Build the node individually in release mode
64-
run: cargo build --package minimal-template-node --release
64+
run: cargo build --package minimal-template-node --release --locked --all-features --all-targets
6565
timeout-minutes: 90
6666

6767
- name: Make sure the node is producing blocks

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
rustup component add rust-src
5555
5656
- name: Build the template
57-
run: cargo build --locked --release
57+
run: cargo build --locked --release --all-features --all-targets
5858
timeout-minutes: 90
5959

6060
- name: Upload the binaries

0 commit comments

Comments
 (0)