Skip to content

Commit a9ca869

Browse files
authored
Add pytest-xdist and enable it on CI. (#240)
1 parent 2ea5f76 commit a9ca869

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python -m pip install tox
5757
- name: tox
5858
run: |
59-
tox -e ${{ matrix.toxenv || 'py' }}
59+
tox -e ${{ matrix.toxenv || 'py' }} -- -n auto
6060
- name: coverage
6161
uses: codecov/codecov-action@v4
6262
with:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ deps =
66
pytest
77
pytest-cov
88
pytest-twisted
9+
pytest-xdist
910
commands =
1011
py.test \
1112
--cov-report=term-missing \

0 commit comments

Comments
 (0)