From 7d20a639fef3fc3d423037570cd9f1c4d23397d3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 10 Mar 2021 13:33:08 -0500 Subject: test: show more information for not-passed tests --- .github/workflows/testsuite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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() -- cgit v1.2.1