CI: enable verbose test output on pytest

This shows individual pass/fail status on tests and makes this output
consistent with other jobs' pytest invocations.
This commit is contained in:
Dan Fandrich 2023-07-07 12:01:47 -07:00
parent 29f33b3400
commit 356208c16f

View file

@ -327,7 +327,7 @@ jobs:
# run for `tests` directory, so pytest does not pick up any other
# packages we might have built here
run:
pytest tests
pytest -v tests
name: 'run pytest'
env:
TFLAGS: "${{ matrix.build.tflags }}"