ci: ensure we get color in github actions

This commit is contained in:
Erik Sundell
2021-08-09 23:06:01 +02:00
parent 22c88cf719
commit 53634b73b1

View File

@@ -1,5 +1,5 @@
[pytest]
addopts = -ra
addopts = -ra --color=yes
log_cli = 1
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)