|
66 | 66 |
|
67 | 67 | - name: Run unit tests
|
68 | 68 | # GitHub is using Cobalt-100, which has 128-bit SVE so we cannot test sve_256 here
|
69 |
| - run: ctest -E test-unit-sve_256 |
| 69 | + run: ctest -E test-unit-sve_256 --rerun-failed --output-on-failure |
70 | 70 | working-directory: build_rel
|
71 | 71 |
|
72 | 72 | build-ubuntu-arm64-gcc:
|
@@ -115,7 +115,7 @@ jobs:
|
115 | 115 | python ./Test/astc_test_image.py --encoder neon --test-set Small
|
116 | 116 |
|
117 | 117 | - name: Run unit tests
|
118 |
| - run: ctest |
| 118 | + run: ctest --rerun-failed --output-on-failure |
119 | 119 | working-directory: build_rel
|
120 | 120 |
|
121 | 121 | build-ubuntu-x64-clang:
|
@@ -171,7 +171,7 @@ jobs:
|
171 | 171 | python ./Test/astc_test_image.py --encoder all-x86 --test-set Small
|
172 | 172 |
|
173 | 173 | - name: Run unit tests
|
174 |
| - run: ctest |
| 174 | + run: ctest --rerun-failed --output-on-failure |
175 | 175 | working-directory: build_rel
|
176 | 176 |
|
177 | 177 | build-ubuntu-x64-gcc:
|
@@ -219,7 +219,7 @@ jobs:
|
219 | 219 | python ./Test/astc_test_image.py --encoder all-x86 --test-set Small
|
220 | 220 |
|
221 | 221 | - name: Run unit tests
|
222 |
| - run: ctest |
| 222 | + run: ctest --rerun-failed --output-on-failure |
223 | 223 | working-directory: build_rel
|
224 | 224 |
|
225 | 225 | build-macos-x64-clang:
|
@@ -260,7 +260,7 @@ jobs:
|
260 | 260 | python ./Test/astc_test_image.py --encoder sse4.1 --test-set Small
|
261 | 261 |
|
262 | 262 | - name: Run unit tests
|
263 |
| - run: ctest -E test-unit-avx2 |
| 263 | + run: ctest -E test-unit-avx2 --rerun-failed --output-on-failure |
264 | 264 | working-directory: build_rel
|
265 | 265 |
|
266 | 266 | build-macos-universal-clang:
|
@@ -309,7 +309,7 @@ jobs:
|
309 | 309 | python ./Test/astc_test_image.py --encoder universal --test-set Small
|
310 | 310 |
|
311 | 311 | - name: Run unit tests
|
312 |
| - run: ctest -E test-unit-avx2 |
| 312 | + run: ctest -E test-unit-avx2 --rerun-failed --output-on-failure |
313 | 313 | working-directory: build_rel
|
314 | 314 |
|
315 | 315 | build-windows-x64-msvc:
|
@@ -357,7 +357,7 @@ jobs:
|
357 | 357 | shell: cmd
|
358 | 358 |
|
359 | 359 | - name: Run unit tests
|
360 |
| - run: ctest -C Release |
| 360 | + run: ctest -C Release --rerun-failed --output-on-failure |
361 | 361 | working-directory: build_rel
|
362 | 362 |
|
363 | 363 | build-windows-x64-clangcl:
|
@@ -415,7 +415,7 @@ jobs:
|
415 | 415 | shell: cmd
|
416 | 416 |
|
417 | 417 | - name: Run unit tests
|
418 |
| - run: ctest -C Release |
| 418 | + run: ctest -C Release --rerun-failed --output-on-failure |
419 | 419 | working-directory: build_rel
|
420 | 420 |
|
421 | 421 | build-windows-arm64-clangcl:
|
|
0 commit comments