From cf37b7e2cc80ed42af1ec50b9b831b581ee158c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Sat, 8 Jun 2024 10:01:15 -0600 Subject: [PATCH] Update ctest.yml --- .github/workflows/ctest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 9600222e..57537f77 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -63,7 +63,7 @@ jobs: working-directory: ${{github.workspace}}/build run: ls && cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DADD_G3LOG_UNIT_TEST=ON .. - - name: Build Linux/OSx + - name: CMake build step working-directory: ${{github.workspace}}/build shell: bash run: cmake --build . --config $BUILD_TYPE @@ -71,7 +71,7 @@ jobs: - name: Test working-directory: ${{github.workspace}}/build shell: bash - run: ctest -output-on-failure -C $BUILD_TYP + run: ctest -verbose -C $BUILD_TYP - name: Fatal Exit Example Linux/OSX working-directory: ${{github.workspace}}/build