We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60230c commit d30fdcbCopy full SHA for d30fdcb
.github/workflows/testing.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Test with pytest
126
run: |
127
cd ${{ env.CLAW }}/pyclaw
128
- coverage run --source=src -m pytest -vv --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-report.xml
+ coverage run --source=src -m pytest -vv -s --showlocals --ignore=development -k "not test_shallow_sphere" --junitxml=test-report.xml
129
130
- name: Process test results
131
uses: test-summary/[email protected]
0 commit comments