From 419eb3efda49bf49d1fb885debc132bff9ad99a2 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Thu, 8 Aug 2024 14:05:41 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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