From 371cd11f6098eec5351d9e0d4e1ddd0404be5873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Fri, 9 Aug 2024 14:32:07 +0200 Subject: [PATCH] Update ci-base.yml --- .github/workflows/ci-base.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-base.yml b/.github/workflows/ci-base.yml index 6d1f96fb..06fcbf7c 100644 --- a/.github/workflows/ci-base.yml +++ b/.github/workflows/ci-base.yml @@ -31,14 +31,12 @@ jobs: - name: Run specs run: crystal spec --error-on-warnings --error-trace - - name: Run CLI specs - 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 + - name: Run CLI specs + run: crystal spec spec_cli/*_spec.cr --error-on-warnings --error-trace + - name: Run core specs (Firefox) working-directory: ./core/tests run: ../../bin/mint test -b firefox