Skip to content

Commit 566e28a

Browse files
committed
[ci] Add verbosity to pytest.
1 parent b59b086 commit 566e28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
shell: bash -l {0}
8282
run: |
8383
cd test
84-
pytest . --reruns 5
84+
pytest -sv . --reruns 5
8585
8686
- name: Prepare code coverage report
8787
if: ${{ success() && (matrix.coverage == true) }}

0 commit comments

Comments
 (0)