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 95b9626 commit 371cd11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 371cd11

Please sign in to comment.