From 89fff1350748aa52bc44b354165a4a8a096e1c53 Mon Sep 17 00:00:00 2001 From: Franziska Wegner Date: Fri, 8 Dec 2023 06:17:55 -0800 Subject: [PATCH] Add more verbose to the test output to understand what is going on --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ecafdbce..88a304e6 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -248,7 +248,7 @@ jobs: working-directory: ${{ steps.strings.outputs.build-output-dir }} # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest --build-config ${{ matrix.build_type }} + run: ctest --verbose --build-config ${{ matrix.build_type }} - name: Generate documentation if: startsWith(matrix.os,'ubuntu-')