diff --git a/.github/workflows/dynamic_arch.yml b/.github/workflows/dynamic_arch.yml index cd9ef284e2..51850d2a2a 100644 --- a/.github/workflows/dynamic_arch.yml +++ b/.github/workflows/dynamic_arch.yml @@ -318,16 +318,16 @@ jobs: - name: Run tests id: run-ctest - timeout-minutes: 60 - run: cd build && ctest + timeout-minutes: 70 + run: cd build && OPENBLAS_VERBOSE=2 ctest -V - name: Re-run tests if: always() && (steps.run-ctest.outcome == 'failure') - timeout-minutes: 60 + timeout-minutes: 70 run: | cd build echo "::group::Re-run ctest" - ctest --rerun-failed --output-on-failure || true + OPENBLAS_VERBOSE=2 ctest -VV --rerun-failed --output-on-failure || true echo "::endgroup::" echo "::group::Log from these tests" [ ! -f Testing/Temporary/LastTest.log ] || cat Testing/Temporary/LastTest.log