mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08: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
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 }}"
|
||||
|
4
.github/workflows/ngtcp2-linux.yml
vendored
4
.github/workflows/ngtcp2-linux.yml
vendored
@ -263,13 +263,13 @@ jobs:
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
||||
- run: pytest tests
|
||||
- run: pytest -v tests
|
||||
name: 'run pytest'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
CURL_CI: github
|
||||
|
||||
- run: pytest tests
|
||||
- run: pytest -v tests
|
||||
name: 'run pytest with slowed network'
|
||||
env:
|
||||
# 33% of sends are EAGAINed
|
||||
|
2
.github/workflows/quiche-linux.yml
vendored
2
.github/workflows/quiche-linux.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
||||
- run: pytest tests
|
||||
- run: pytest -v tests
|
||||
name: 'run pytest'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
|
Loading…
Reference in New Issue
Block a user