Skip to content

Commit a75cb41

Browse files
authored
Use ctest -V to see output from OPENBLAS_VERBOSE
1 parent 3e88086 commit a75cb41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dynamic_arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ jobs:
319319
- name: Run tests
320320
id: run-ctest
321321
timeout-minutes: 70
322-
run: cd build && OPENBLAS_VERBOSE=2 ctest
322+
run: cd build && OPENBLAS_VERBOSE=2 ctest -V
323323

324324
- name: Re-run tests
325325
if: always() && (steps.run-ctest.outcome == 'failure')
326326
timeout-minutes: 70
327327
run: |
328328
cd build
329329
echo "::group::Re-run ctest"
330-
ctest --rerun-failed --output-on-failure || true
330+
OPENBLAS_VERBOSE=2 ctest -VV --rerun-failed --output-on-failure || true
331331
echo "::endgroup::"
332332
echo "::group::Log from these tests"
333333
[ ! -f Testing/Temporary/LastTest.log ] || cat Testing/Temporary/LastTest.log

0 commit comments

Comments
 (0)