Skip to content

Commit bcceaa5

Browse files
committed
ci(tests): Run with pytest-xdist
1 parent 8c5bae7 commit bcceaa5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

+9
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ jobs:
7676
COV_CORE_SOURCE: .
7777
COV_CORE_CONFIG: .coveragerc
7878
COV_CORE_DATAFILE: .coverage.eager
79+
80+
- name: Test with pytest-xdist
81+
continue-on-error: ${{ matrix.tmux-version == 'master' }}
82+
run: |
83+
sudo apt install libevent-2.1-7
84+
export PATH=$HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin:$PATH
85+
ls $HOME/tmux-builds/tmux-${{ matrix.tmux-version }}/bin
86+
poetry run py.test -n auto
87+
7988
- uses: codecov/codecov-action@v4
8089
with:
8190
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)