Skip to content

Commit 46cab19

Browse files
authored
Run pytest for scripts verbosely (#4365)
1 parent bf98531 commit 46cab19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
pip install pytest pytest-xdist defusedxml
9494
cd scripts
95-
pytest -n 4 test_*.py
95+
pytest -v -n 4 test_*.py
9696
9797
- name: Save pip cache
9898
if: ${{ steps.pip-cache.outputs.status == 'miss' }}

0 commit comments

Comments
 (0)