Skip to content
Snippets Groups Projects
Commit 4dba71cb authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

ci: pytest color output in CI

parent 02222d39
No related branches found
No related tags found
1 merge request!950Gmoshkin/test release builds in ci
......@@ -218,6 +218,7 @@ test-linux:
# -vv shows extended diff for failures
- >
pipenv run pytest -vv
--color=yes
--numprocesses auto
--junitxml=junit_pytest.xml
--with-webui
......@@ -236,6 +237,7 @@ test-linux:
# -vv shows extended diff for failures
- >
BUILD_PROFILE=release pipenv run pytest -vv
--color=yes
--numprocesses auto
--junitxml=junit_pytest.xml
--with-webui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment