diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-22 09:51:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-22 09:51:07 -0500 |
commit | f6d13dc684da7851065b220a17945a252dd627bd (patch) | |
tree | 5196b2917581788f7c30de72f063a637519a0ff6 | |
parent | 58852b481eec6ddb5b6a8fa7b0fcaff52c1f1cbe (diff) | |
download | python-coveragepy-git-f6d13dc684da7851065b220a17945a252dd627bd.tar.gz |
temp: but it fails if i run all the tests?
-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 3b4a4009..2b4005c8 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 -k test_debug + python -m tox -- -rfsEX #- name: "Retry tox for ${{ matrix.python-version }}" # if: failure() |