diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/testsuite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 1e2b9b30..ee304af1 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -70,13 +70,13 @@ jobs: continue-on-error: true id: tox1 run: | - python -m tox + python -m tox -- -rfeXs - name: "Retry tox for ${{ matrix.python-version }}" id: tox2 if: steps.tox1.outcome == 'failure' run: | - python -m tox + python -m tox -- -rfeXs - name: "Set status" if: always() |
