mirror of
https://github.com/curl/curl.git
synced 2026-07-25 23:07:16 +03:00
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:
parent
29f33b3400
commit
356208c16f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue