From a68b912d1adf694d91469fbd1aa378e2269ad40d Mon Sep 17 00:00:00 2001 From: Sudara Date: Mon, 27 Mar 2023 19:03:49 +0200 Subject: [PATCH] ctest -VV to let us see benchmark detail --- .github/workflows/cmake_ctest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake_ctest.yml b/.github/workflows/cmake_ctest.yml index f550626..5e2ebd7 100644 --- a/.github/workflows/cmake_ctest.yml +++ b/.github/workflows/cmake_ctest.yml @@ -42,7 +42,7 @@ jobs: ccache: sccache steps: - + # This is just easier than debugging different compilers on different platforms - name: Set up Clang if: ${{ matrix.name != 'macOS' }} @@ -78,7 +78,7 @@ jobs: with: path: C:\Program Files (x86)\Intel\oneAPI\ipp key: ipp-v1 - + # This lets us use sscache on Windows # We need to install ccache here for Windows to grab the right version - name: Install Ninja (Windows) @@ -128,7 +128,7 @@ jobs: - name: Test working-directory: ${{ env.BUILD_DIR }} - run: ctest --output-on-failure -j4 + run: ctest --output-on-failure -j4 -VV - name: Pluginval working-directory: ${{ env.BUILD_DIR }}