From f471a0892f06957044c8cee97184973bd71792fc Mon Sep 17 00:00:00 2001 From: Andrew Byers Date: Mon, 12 Aug 2024 17:32:00 -0500 Subject: [PATCH] Have ctest print output on failure --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b255daa..bee32d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,5 @@ jobs: - name: Test working-directory: ${{ env.build_dir }} - run: ctest -V --build-config ${{ matrix.build_type }} - + run: ctest -V --build-config ${{ matrix.build_type }} --output-on-failure