Skip to content

Commit

Permalink
ci: fail fast for quicker log inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 9, 2022
1 parent 58ea1fa commit 91631b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Run pytest
run: |
pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }}
pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }} -x
- name: Submit codecov report
run: |
Expand Down

0 comments on commit 91631b8

Please sign in to comment.