We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77a612 commit a68b912Copy full SHA for a68b912
.github/workflows/cmake_ctest.yml
@@ -42,7 +42,7 @@ jobs:
42
ccache: sccache
43
44
steps:
45
-
+
46
# This is just easier than debugging different compilers on different platforms
47
- name: Set up Clang
48
if: ${{ matrix.name != 'macOS' }}
@@ -78,7 +78,7 @@ jobs:
78
with:
79
path: C:\Program Files (x86)\Intel\oneAPI\ipp
80
key: ipp-v1
81
82
# This lets us use sscache on Windows
83
# We need to install ccache here for Windows to grab the right version
84
- name: Install Ninja (Windows)
@@ -128,7 +128,7 @@ jobs:
128
129
- name: Test
130
working-directory: ${{ env.BUILD_DIR }}
131
- run: ctest --output-on-failure -j4
+ run: ctest --output-on-failure -j4 -VV
132
133
- name: Pluginval
134
0 commit comments