From 7a3d89ed39f6ef11322717b7870aba9231068b27 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 11 Jan 2025 13:51:18 -0500 Subject: [PATCH] ci: rerun with --output-on-failure on test error #2837 --- .github/workflows/macos_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 944d6eca4..938f945b1 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -46,8 +46,7 @@ jobs: - name: ctest run: | cd build - make test - #ctest --output-on-failure + make test || { ctest --output-on-failure ; false ; } - name: make install run: |