This commit is contained in:
msramalho
2022-06-21 12:23:23 +02:00
parent 72bd951d9c
commit e1eb3ed620

View File

@@ -35,7 +35,7 @@ jobs:
task: # --show-capture=no on purpose
- name: Test
run: |
pytest --color=yes tests/
pytest -s --color=yes tests/
include:
- python: '3.10'