summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-22 10:14:11 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-22 10:14:11 -0500
commit9e95693fad78c24a73603c5ae92dd1f4e4c3ee4d (patch)
tree9d183c07bb85e534d72dfc000838e71807c56197
parent39730ea5de22618de1dffd5bfe2010bf2f58cc16 (diff)
downloadpython-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.yml2
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()