mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
CI: run pytest with the -v option
This lists of the test cases being run so it can be tracked over time. Closes #11824
This commit is contained in:
parent
3046f477e4
commit
14108c1b80
3 changed files with 4 additions and 4 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -404,7 +404,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