Skip to content

Commit fda9fbd

Browse files
authored
Merge pull request #370 from mik-laj/patch-3
Enable colour output for pytest on CI
2 parents b728167 + 2c6f2aa commit fda9fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
run: poetry install
5252

5353
- name: Test
54+
env:
55+
PYTEST_ADDOPTS: "--color=yes"
5456
run: poetry run pytest
5557

5658
- name: Upload coverage

0 commit comments

Comments
 (0)