Skip to content

Commit a68b912

Browse files
committed
ctest -VV to let us see benchmark detail
1 parent a77a612 commit a68b912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake_ctest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ccache: sccache
4343

4444
steps:
45-
45+
4646
# This is just easier than debugging different compilers on different platforms
4747
- name: Set up Clang
4848
if: ${{ matrix.name != 'macOS' }}
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
path: C:\Program Files (x86)\Intel\oneAPI\ipp
8080
key: ipp-v1
81-
81+
8282
# This lets us use sscache on Windows
8383
# We need to install ccache here for Windows to grab the right version
8484
- name: Install Ninja (Windows)
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Test
130130
working-directory: ${{ env.BUILD_DIR }}
131-
run: ctest --output-on-failure -j4
131+
run: ctest --output-on-failure -j4 -VV
132132

133133
- name: Pluginval
134134
working-directory: ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)