File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ jobs:
404
404
# run for `tests` directory, so pytest does not pick up any other
405
405
# packages we might have built here
406
406
run :
407
- pytest tests
407
+ pytest -v tests
408
408
name : ' run pytest'
409
409
env :
410
410
TFLAGS : " ${{ matrix.build.tflags }}"
Original file line number Diff line number Diff line change @@ -263,13 +263,13 @@ jobs:
263
263
env :
264
264
TFLAGS : " ${{ matrix.build.tflags }}"
265
265
266
- - run : pytest tests
266
+ - run : pytest -v tests
267
267
name : ' run pytest'
268
268
env :
269
269
TFLAGS : " ${{ matrix.build.tflags }}"
270
270
CURL_CI : github
271
271
272
- - run : pytest tests
272
+ - run : pytest -v tests
273
273
name : ' run pytest with slowed network'
274
274
env :
275
275
# 33% of sends are EAGAINed
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
env :
203
203
TFLAGS : " ${{ matrix.build.tflags }}"
204
204
205
- - run : pytest tests
205
+ - run : pytest -v tests
206
206
name : ' run pytest'
207
207
env :
208
208
TFLAGS : " ${{ matrix.build.tflags }}"
You can’t perform that action at this time.
0 commit comments