Skip to content

Commit c77658d

Browse files
committed
Enable parallel tox builds, with spinner disabled
1 parent e09d0ca commit c77658d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-tox.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
with:
2929
python-version: pypy3
3030
- run: pip install tox
31-
- run: tox
31+
- run: tox --parallel
32+
env:
33+
TOX_PARALLEL_NO_SPINNER: 1

0 commit comments

Comments
 (0)