Skip to content

Commit 96f9c05

Browse files
committed
ci : make ctest verbose, hopefully we see what is wrong with the sanitizer
1 parent d502bc7 commit 96f9c05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: cmake_test
6363
run: |
6464
cd build
65-
ctest --output-on-failure
65+
ctest --verbose
6666
6767
ubuntu-latest-cmake-sanitizer:
6868
runs-on: ubuntu-latest
@@ -98,7 +98,7 @@ jobs:
9898
id: cmake_test
9999
run: |
100100
cd build
101-
ctest --output-on-failure
101+
ctest --verbose
102102
103103
macOS-latest-make:
104104
runs-on: macos-latest
@@ -143,7 +143,7 @@ jobs:
143143
id: cmake_test
144144
run: |
145145
cd build
146-
ctest --output-on-failure
146+
ctest --verbose
147147
148148
windows-latest-cmake:
149149
runs-on: windows-latest
@@ -185,7 +185,7 @@ jobs:
185185
if: ${{ matrix.build != 'avx512' || env.HAS_AVX512F == '1' }} # Test AVX-512 only when possible
186186
run: |
187187
cd build
188-
ctest -C Release --output-on-failure
188+
ctest -C Release --verbose
189189
190190
- name: Get commit hash
191191
id: commit

0 commit comments

Comments
 (0)