We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a80b05 commit e092d7cCopy full SHA for e092d7c
.github/workflows/ci.yml
@@ -1010,13 +1010,8 @@ jobs:
1010
echo ::endgroup::
1011
echo ::group::Run complete test suite
1012
set -o pipefail
1013
- if [[ "${{ matrix.os }}" != macos-* ]]; then
1014
- python -m pytest -sv | tee complete_testrun.log 2>&1
1015
- set +o pipefail
1016
- else
1017
1018
- python -m pytest -sv | tee complete_testrun.log 2>&1 || true
1019
- fi
+ python -m pytest -sv | tee complete_testrun.log 2>&1
+ set +o pipefail
1020
echo ::group::Crashing Test Logs
1021
# See if we don't have a crash that went away
1022
# Comment out all xfails but the ones that have a run=False condition.
0 commit comments