diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-22 10:14:11 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-22 10:14:11 -0500 |
| commit | 9e95693fad78c24a73603c5ae92dd1f4e4c3ee4d (patch) | |
| tree | 9d183c07bb85e534d72dfc000838e71807c56197 | |
| parent | 39730ea5de22618de1dffd5bfe2010bf2f58cc16 (diff) | |
| download | python-coveragepy-git-nedbat/debug-wtf-debug-output.tar.gz | |
does just one worker help or hurt?nedbat/debug-wtf-debug-output
| -rw-r--r-- | .github/workflows/testsuite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 96af5531..a816589a 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -79,7 +79,7 @@ jobs: - name: "Run tox for ${{ matrix.python-version }}" run: | - python -m tox -- -rfsEX + python -m tox -- -rfsEX -n 0 #- name: "Retry tox for ${{ matrix.python-version }}" # if: failure() |
