Skip to content

Commit d8bab7b

Browse files
committed
add fail fast to CI tests
1 parent 96a21c9 commit d8bab7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Run Tests
9797
run: |
98-
pytest
98+
pytest -x
9999
100100
- name: Create Coverage Report
101101
run: |

0 commit comments

Comments
 (0)