We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b728167 + 2c6f2aa commit fda9fbdCopy full SHA for fda9fbd
.github/workflows/python-test.yml
@@ -51,6 +51,8 @@ jobs:
51
run: poetry install
52
53
- name: Test
54
+ env:
55
+ PYTEST_ADDOPTS: "--color=yes"
56
run: poetry run pytest
57
58
- name: Upload coverage
0 commit comments