From: Dan Fandrich Date: Fri, 7 Jul 2023 19:01:47 +0000 (-0700) Subject: CI: enable verbose test output on pytest X-Git-Tag: curl-8_2_0~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=356208c16f4a1e74da0fb956aab4d85a258b5885;p=thirdparty%2Fcurl.git 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. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 65cc28dc69..8d57999741 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 }}"