diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6347f88..95abfe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: timeout-minutes: 90 - name: Build the node individually in release mode - run: cargo --package minimal-template-node --release + run: cargo build --package minimal-template-node --release timeout-minutes: 90 - name: Run clippy