diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 376553dcb..edfbd7859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1010,12 +1010,8 @@ jobs: echo ::endgroup:: echo ::group::Run complete test suite set -o pipefail - if [[ "${{ matrix.os }}" != macos-* ]]; then - python -m pytest -sv | tee complete_testrun.log 2>&1 - set +o pipefail - else - set +o pipefail - python -m pytest -sv | tee complete_testrun.log 2>&1 || true + python -m pytest -sv | tee complete_testrun.log 2>&1 + set +o pipefail fi echo ::group::Crashing Test Logs # See if we don't have a crash that went away