We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea9e4 commit a20a456Copy full SHA for a20a456
1 file changed
.github/workflows/main.yml
@@ -1,5 +1,7 @@
1
name: Run Tests
2
on: [push, pull_request]
3
+env:
4
+ PYTEST_ADDOPTS: "--color=yes"
5
jobs:
6
tests:
7
strategy:
0 commit comments