From 6c936bea1709e2baafaa3db84d77d730ef7b6be6 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 30 Jan 2025 23:20:14 -0500 Subject: [PATCH] macos: run ctest with -V --- .github/workflows/macos_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index a410c5935..c4005345c 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -46,7 +46,7 @@ jobs: - name: ctest run: | cd build - ctest --output-on-failure + ctest -V --output-on-failure --stop-on-failure - name: make install run: |