From 4ecc06d0ac35556e06b9b26fcc0075361bb542f2 Mon Sep 17 00:00:00 2001 From: Marco Bellaccini <24960638+marcobellaccini@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:03:54 +0200 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3f595b..1426c12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: - name: Build run: shards build - name: Run cmd_crosstests - run: bash ./spec/cmd_crosstests.sh + run: . /venvtest/bin/activate && bash ./spec/cmd_crosstests.sh build_macos: runs-on: macos-latest @@ -71,8 +71,6 @@ jobs: run: shards install - name: Run unittests run: crystal spec - - name: Run tool format check - run: crystal tool format --check - name: Build run: shards build - name: Run cmd_crosstests