mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:47:15 +03:00
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:
parent
fa5d5ac1c9
commit
06d4456a21
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue