Skip to content

Commit

Permalink
improved the building to catch more errors
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Feb 10, 2025
1 parent b760e63 commit b17edb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b17edb3

Please sign in to comment.