Commit 47e5198e authored by Sviatoslav Sydorenko's avatar Sviatoslav Sydorenko

Make tox show tests output in parallel mode @ GHA

parent 48cc75e0
...@@ -106,6 +106,7 @@ jobs: ...@@ -106,6 +106,7 @@ jobs:
python -m python -m
tox tox
--parallel auto --parallel auto
--parallel-live
--notest --notest
--skip-missing-interpreters false --skip-missing-interpreters false
- name: Test with tox - name: Test with tox
...@@ -113,3 +114,4 @@ jobs: ...@@ -113,3 +114,4 @@ jobs:
python -m python -m
tox tox
--parallel auto --parallel auto
--parallel-live
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment