mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 02:07:57 +00:00
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:
committed by
GitHub
parent
3004222b11
commit
a76e4bf0ed
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user