Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e29417 commit fcc16e3Copy full SHA for fcc16e3
.github/workflows/tests.yml
@@ -76,6 +76,15 @@ jobs:
76
COV_CORE_SOURCE: .
77
COV_CORE_CONFIG: .coveragerc
78
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
88
- uses: codecov/codecov-action@v4
89
with:
90
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments