File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 62
62
id : cmake_test
63
63
run : |
64
64
cd build
65
- ctest --output-on-failure
65
+ ctest --verbose
66
66
67
67
ubuntu-latest-cmake-sanitizer :
68
68
runs-on : ubuntu-latest
98
98
id : cmake_test
99
99
run : |
100
100
cd build
101
- ctest --output-on-failure
101
+ ctest --verbose
102
102
103
103
macOS-latest-make :
104
104
runs-on : macos-latest
@@ -143,7 +143,7 @@ jobs:
143
143
id : cmake_test
144
144
run : |
145
145
cd build
146
- ctest --output-on-failure
146
+ ctest --verbose
147
147
148
148
windows-latest-cmake :
149
149
runs-on : windows-latest
@@ -185,7 +185,7 @@ jobs:
185
185
if : ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
186
186
run : |
187
187
cd build
188
- ctest -C Release --output-on-failure
188
+ ctest -C Release --verbose
189
189
190
190
- name : Get commit hash
191
191
id : commit
You can’t perform that action at this time.
0 commit comments