Skip to content

Commit

Permalink
Try to figure out why CI hangs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Oct 10, 2024
1 parent 73c3a79 commit a56ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: shards build --error-on-warnings --error-trace

- name: Run CLI specs
run: crystal spec spec_cli/*_spec.cr --error-on-warnings --error-trace
run: crystal spec spec_cli/*_spec.cr --error-on-warnings --error-trace -p -v

- name: Run core specs (Firefox)
working-directory: ./core/tests
Expand Down

0 comments on commit a56ab99

Please sign in to comment.