ci: colorful output for pytest

This commit is contained in:
Andrej730
2026-09-02 18:48:19 +05:00
parent 6b176e8b4a
commit 7826e7d177
+2
View File
@@ -45,6 +45,8 @@ jobs:
# Colored output for cmake.
CLICOLOR_FORCE: "1"
CMAKE_COLOR_DIAGNOSTICS: "ON"
# Colored output for pytest.
FORCE_COLOR: "1"
steps:
- uses: actions/checkout@v7
with: