CI: run pytest in github CI colored

Add colors to pytest runs in github workflows and see how test clutch
copes with it!

Closes #15998
This commit is contained in:
Stefan Eissing 2025-01-14 10:27:05 +01:00 committed by Daniel Stenberg
parent fa5d5ac1c9
commit 06d4456a21
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 2 additions and 0 deletions

View file

@ -671,6 +671,7 @@ jobs:
env:
TFLAGS: "${{ matrix.build.tflags }}"
CURL_CI: github
PYTEST_ADDOPTS: "--color=yes"
run: |
[ -x "$HOME/venv/bin/activate" ] && source $HOME/venv/bin/activate
if [ -n '${{ matrix.build.generate }}' ]; then