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