Skip to content

Commit 785185e

Browse files
committed
ci(tests): Use -n auto from pytest-xdist
1 parent a6f3eca commit 785185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
7272
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
7373
tmux -V
74-
poetry run py.test --cov=./ --cov-append --cov-report=xml
74+
poetry run py.test --cov=./ --cov-append --cov-report=xml -n auto
7575
env:
7676
COV_CORE_SOURCE: .
7777
COV_CORE_CONFIG: .coveragerc

0 commit comments

Comments
 (0)