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 8b171c4 commit c4f3401Copy full SHA for c4f3401
.github/workflows/ci.yml
@@ -230,10 +230,10 @@ jobs:
230
python -m pip install -U pip
231
python -m pip install -U -r misc/requirements/requirements-tox.txt
232
- name: "Run ${{ matrix.testenv }}"
233
- run: "dbus-run-session -- tox -e ${{ matrix.testenv }} -- ${{ matrix.args }}"
+ run: "dbus-run-session -- tox -e ${{ matrix.testenv }} -- -n 2 ${{ matrix.args }}"
234
if: "startsWith(matrix.os, 'ubuntu-')"
235
- name: "Run ${{ matrix.testenv }} without DBus"
236
- run: "tox -e ${{ matrix.testenv }} -- ${{ matrix.args }}"
+ run: "tox -e ${{ matrix.testenv }} -- -n 2 ${{ matrix.args }}"
237
if: "!startsWith(matrix.os, 'ubuntu-')"
238
- name: Analyze backtraces
239
run: "bash scripts/dev/ci/backtrace.sh ${{ matrix.testenv }}"
0 commit comments