Skip to content

Commit 5075f97

Browse files
committed
run tox in parallel
1 parent 4d8d3ac commit 5075f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install Python Dependencies
2323
run: pip install -r requirements/ci.txt
2424
- name: Run Tests
25-
run: tox -- --headless
25+
run: TOX_PARALLEL_NO_SPINNER=1 tox --parallel -- --headless

0 commit comments

Comments
 (0)