Skip to content

Commit d30fdcb

Browse files
committed
Do not capture output in pytest
1 parent a60230c commit d30fdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Test with pytest
126126
run: |
127127
cd ${{ env.CLAW }}/pyclaw
128-
coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-report.xml
128+
coverage run --source=src -m pytest -vv -s --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-report.xml
129129
130130
- name: Process test results
131131
uses: test-summary/[email protected]

0 commit comments

Comments
 (0)