Skip to content

Commit 8b1a1ed

Browse files
committed
Update ci_pipeline.yml
1 parent cb824d3 commit 8b1a1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
echo "print('Loading sitecustomize.py...')
8484
import coverage
8585
coverage.process_startup() " > sitecustomize.py
86-
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
86+
coverage run -m pytest --continue-on-collection-errors -vs --durations=0 pySDC/tests -m ${{ matrix.env }}
8787
8888
- name: Make coverage report
8989
run: |

0 commit comments

Comments
 (0)