Skip to content

Commit 25cfe30

Browse files
committed
Enhance CI configuration by adding verbose output to pytest commands for improved test visibility.
1 parent 1bdaa9a commit 25cfe30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
source "${{ runner.tool_cache }}/${{ env.VENV_DIR }}/bin/activate"
112112
cd examples
113113
unset PYTHONPATH
114-
python -m pytest -n 4 **/test*.py
114+
python -m pytest -n 4 **/test*.py -v -r fE
115115
116116
- name: Run tests
117117
run: |
118118
source "${{ runner.tool_cache }}/${{ env.VENV_DIR }}/bin/activate"
119119
cd testing/python
120120
unset PYTHONPATH
121-
python -m pytest -n 4
121+
python -m pytest -n 4 -v -r fE

0 commit comments

Comments
 (0)