ci: attempt to use --parallel flag in tox

This commit is contained in:
Dima Gerasimov 2023-10-01 23:20:22 +01:00
parent 8addd2d58a
commit 74a370694a
2 changed files with 9 additions and 5 deletions

View file

@ -38,4 +38,4 @@ if ! command -v python3 &> /dev/null; then
fi
"$PY_BIN" -m pip install --user tox
"$PY_BIN" -m tox
"$PY_BIN" -m tox --parallel --parallel-live "$@"