diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78a2f774c30..c8b479f0081 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -160,7 +160,7 @@ jobs: - name: Test env: - PYTEST_ADDOPTS: "-ra --durations=50 ${{ matrix.pytest_addopts }}" + PYTEST_ADDOPTS: "--color=yes -ra --durations=50 ${{ matrix.pytest_addopts }}" COLUMNS: "120" # UTF-8 mode for Windows (https://docs.python.org/3/using/windows.html#utf-8-mode). PYTHONUTF8: "1"