ci: attempt to use --parallel flag in tox

This commit is contained in:
Dima Gerasimov 2023-10-01 23:20:22 +01:00 committed by karlicoss
parent f3507613f0
commit 8cd74a9fc4
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 "$@"