Skip to content

Commit

Permalink
Update ci-base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Aug 9, 2024
1 parent e18f241 commit 95b9626
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95b9626

Please sign in to comment.