This lists of the test cases being run so it can be tracked over time.
Closes #11824
# 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 }}"
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
env:
TFLAGS: "${{ matrix.build.tflags }}"
- - run: pytest tests
+ - run: pytest -v tests
name: 'run pytest'
env:
TFLAGS: "${{ matrix.build.tflags }}"