Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobellaccini authored Sep 4, 2024
1 parent 8288c9d commit 4ecc06d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4ecc06d

Please sign in to comment.