Skip to content

Commit ebeb97e

Browse files
committed
Configure CI to non-parallel runs
For better output to show what happened on failure.
1 parent d90f8d4 commit ebeb97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: test
9999
run: |
100-
python -m tox run-parallel -m ci -- --junitxml pytest.{envname}.xml
100+
python -m tox run -m ci -- -v --junitxml pytest.{envname}.xml
101101
python -m tox run -e cov
102102
103103
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)