From 95b96268be6a3b2160143b34e7d2d5b1150ad85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Fri, 9 Aug 2024 14:26:03 +0200 Subject: [PATCH] Update ci-base.yml --- .github/workflows/ci-base.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-base.yml b/.github/workflows/ci-base.yml index f3fff425..6d1f96fb 100644 --- a/.github/workflows/ci-base.yml +++ b/.github/workflows/ci-base.yml @@ -32,7 +32,9 @@ jobs: run: crystal spec --error-on-warnings --error-trace - name: Run CLI specs - run: crystal spec spec_cli/*_spec.cr --error-on-warnings --error-trace + run: | + make build && + crystal spec spec_cli/*_spec.cr --error-on-warnings --error-trace - name: Build the binary run: shards build --error-on-warnings --error-trace