Skip to content

Commit

Permalink
Build the node na CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 8, 2024
1 parent 1c62506 commit 854acc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: cargo build
timeout-minutes: 90

- name: Build the node individually in release mode
run: cargo --package solochain-template-node --release
timeout-minutes: 90

- name: Run clippy
run: |
SKIP_WASM_BUILD=1 cargo clippy --all-targets --locked --workspace --quiet
Expand Down

0 comments on commit 854acc9

Please sign in to comment.