Skip to content

Commit

Permalink
ctest -VV to let us see benchmark detail
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Mar 27, 2023
1 parent a77a612 commit a68b912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit a68b912

Please sign in to comment.