From 854acc96d5be0e040b523d4dafed21818cfdde8f Mon Sep 17 00:00:00 2001 From: rzadp Date: Thu, 8 Aug 2024 14:02:42 +0200 Subject: [PATCH] Build the node na CI --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b52ec02..e7013ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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