Update the minimal template to stable2412 (#21)

This synchronizes the template to the stable2412 branch.

---------

Signed-off-by: Iulian Barbu <iulian.barbu@parity.io>
Co-authored-by: iulianbarbu <14218860+iulianbarbu@users.noreply.github.com>
Co-authored-by: Iulian Barbu <iulian.barbu@parity.io>
This commit is contained in:
paritytech-polkadotsdk-templatebot[bot]
2025-02-20 15:29:47 +02:00
committed by GitHub
parent 3004222b11
commit a76e4bf0ed
18 changed files with 3430 additions and 2347 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
uses: ./.github/actions/macos-dependencies
- name: Build the node individually in release mode
run: cargo build --package minimal-template-node --release
run: cargo build --package minimal-template-node --release --locked --all-features --all-targets
timeout-minutes: 90
- name: Make sure the node is producing blocks
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
rustup component add rust-src
- name: Build the template
run: cargo build --locked --release
run: cargo build --locked --release --all-features --all-targets
timeout-minutes: 90
- name: Upload the binaries