Skip to content

Commit

Permalink
leftover from previous setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 9, 2024
1 parent 7c842d0 commit faef17d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ jobs:
uses: ./.github/actions/macos-dependencies

- name: Build the node individually in release mode
run: |
# Save some space from debug builds
rm -rf ./target
cargo build --package solochain-template-node --release
run: cargo build --package solochain-template-node --release
timeout-minutes: 90

- name: Make sure the node is producing blocks
Expand Down

0 comments on commit faef17d

Please sign in to comment.