From 691e22a1bafff8103e733b311e96754cf09474e9 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Thu, 14 Mar 2024 20:29:38 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9074e8..568c553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,15 +15,7 @@ jobs: image: docker.io/paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 steps: - uses: actions/checkout@v3 - - name: Print cargo tree in pallet + - name: Build node run: - cargo tree --depth 1 - working-directory: pallets/template - - name: Print cargo tree in runtime - run: - cargo tree --depth 1 - working-directory: runtime - - name: Print cargo tree in node - run: - cargo tree --depth 1 + cargo build -p minimal-template-node working-directory: node