CI: Make test verbose
This commit is contained in:
parent
5c0ff1de9f
commit
dd0b7260b4
|
@ -10,7 +10,7 @@ stages:
|
|||
run-test:
|
||||
stage: test
|
||||
script:
|
||||
- python3 setup.py test -s test.no_gui -q
|
||||
- python3 setup.py test -s test.no_gui
|
||||
|
||||
run-mypy:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue