]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: enable verbose test output on pytest
authorDan Fandrich <dan@coneharvesters.com>
Fri, 7 Jul 2023 19:01:47 +0000 (12:01 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 7 Jul 2023 20:47:34 +0000 (13:47 -0700)
This shows individual pass/fail status on tests and makes this output
consistent with other jobs' pytest invocations.

.github/workflows/linux.yml

index 65cc28dc69a65e52a9896c656d580919d5781975..8d579997418c1964d0dd53c694a3a98aa8cd280b 100644 (file)
@@ -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 }}"