Skip to content

Commit

Permalink
Tmp add fail-fast to spec run
Browse files Browse the repository at this point in the history
  • Loading branch information
littleforest committed Apr 1, 2024
1 parent d8a6823 commit 00d5cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install coverage.py
run: "pip install --upgrade pip && pip install coverage"
- name: Run tests
run: crystal spec --verbose --order random --error-on-warnings
run: crystal spec --verbose --order random --error-on-warnings --fail-fast

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00d5cd5

Please sign in to comment.