|
56 | 56 | run: ldd fastfetch |
57 | 57 |
|
58 | 58 | - name: run tests |
59 | | - run: ctest |
| 59 | + run: ctest --output-on-failure |
60 | 60 |
|
61 | 61 | linux-amd64: |
62 | 62 | name: Linux-amd64 |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | run: ldd fastfetch |
112 | 112 |
|
113 | 113 | - name: run tests |
114 | | - run: ctest |
| 114 | + run: ctest --output-on-failure |
115 | 115 |
|
116 | 116 | - name: get fastfetch version |
117 | 117 | id: ffversion |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | time ./fastfetch -c presets/ci.jsonc --format json |
151 | 151 | time ./flashfetch |
152 | 152 | ldd fastfetch |
153 | | - ctest |
| 153 | + ctest --output-on-failure |
154 | 154 |
|
155 | 155 | - name: upload artifacts |
156 | 156 | uses: actions/upload-artifact@v4 |
@@ -189,7 +189,7 @@ jobs: |
189 | 189 | time ./fastfetch -c presets/ci.jsonc --format json |
190 | 190 | time ./flashfetch |
191 | 191 | ldd fastfetch |
192 | | - ctest |
| 192 | + ctest --output-on-failure |
193 | 193 |
|
194 | 194 | - name: upload artifacts |
195 | 195 | uses: actions/upload-artifact@v4 |
@@ -225,7 +225,7 @@ jobs: |
225 | 225 | time ./fastfetch -c presets/ci.jsonc --format json |
226 | 226 | time ./flashfetch |
227 | 227 | ldd fastfetch |
228 | | - ctest |
| 228 | + ctest --output-on-failure |
229 | 229 |
|
230 | 230 | - name: upload artifacts |
231 | 231 | uses: actions/upload-artifact@v4 |
@@ -260,7 +260,7 @@ jobs: |
260 | 260 | time ./fastfetch -c presets/ci.jsonc --format json |
261 | 261 | time ./flashfetch |
262 | 262 | ldd fastfetch |
263 | | - ctest |
| 263 | + ctest --output-on-failure |
264 | 264 |
|
265 | 265 | - name: upload artifacts |
266 | 266 | uses: actions/upload-artifact@v4 |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | time ./fastfetch -c presets/ci.jsonc --format json |
296 | 296 | time ./flashfetch |
297 | 297 | ldd fastfetch |
298 | | - ctest |
| 298 | + ctest --output-on-failure |
299 | 299 |
|
300 | 300 | - name: upload artifacts |
301 | 301 | uses: actions/upload-artifact@v4 |
@@ -334,7 +334,7 @@ jobs: |
334 | 334 | time ./fastfetch -c presets/ci.jsonc --format json |
335 | 335 | time ./flashfetch |
336 | 336 | ldd fastfetch |
337 | | - ctest |
| 337 | + ctest --output-on-failure |
338 | 338 | shell: alpine.sh {0} |
339 | 339 |
|
340 | 340 | - name: upload artifacts |
@@ -390,7 +390,7 @@ jobs: |
390 | 390 | run: otool -L fastfetch |
391 | 391 |
|
392 | 392 | - name: run tests |
393 | | - run: ctest |
| 393 | + run: ctest --output-on-failure |
394 | 394 |
|
395 | 395 | - name: upload artifacts |
396 | 396 | uses: actions/upload-artifact@v4 |
@@ -422,7 +422,7 @@ jobs: |
422 | 422 | time ./fastfetch -c presets/ci.jsonc --format json |
423 | 423 | time ./flashfetch |
424 | 424 | ldd fastfetch |
425 | | - ctest |
| 425 | + ctest --output-on-failure |
426 | 426 | cpack |
427 | 427 |
|
428 | 428 | - name: upload artifacts |
@@ -460,7 +460,7 @@ jobs: |
460 | 460 | time ./fastfetch -c presets/ci.jsonc --format json |
461 | 461 | time ./flashfetch |
462 | 462 | ldd fastfetch |
463 | | - ctest |
| 463 | + ctest --output-on-failure |
464 | 464 |
|
465 | 465 | - name: upload artifacts |
466 | 466 | uses: actions/upload-artifact@v4 |
@@ -495,7 +495,7 @@ jobs: |
495 | 495 | time ./fastfetch -c presets/ci.jsonc --format json |
496 | 496 | time ./flashfetch |
497 | 497 | ldd fastfetch |
498 | | - ctest |
| 498 | + ctest --output-on-failure |
499 | 499 |
|
500 | 500 | - name: upload artifacts |
501 | 501 | uses: actions/upload-artifact@v4 |
@@ -531,7 +531,7 @@ jobs: |
531 | 531 | time ./fastfetch -c presets/ci.jsonc --format json |
532 | 532 | time ./flashfetch |
533 | 533 | ldd fastfetch |
534 | | - ctest |
| 534 | + ctest --output-on-failure |
535 | 535 |
|
536 | 536 | - name: upload artifacts |
537 | 537 | uses: actions/upload-artifact@v4 |
@@ -567,7 +567,7 @@ jobs: |
567 | 567 | time ./fastfetch -c presets/ci.jsonc --format json |
568 | 568 | time ./flashfetch |
569 | 569 | ldd fastfetch |
570 | | - ctest |
| 570 | + ctest --output-on-failure |
571 | 571 |
|
572 | 572 | - name: upload artifacts |
573 | 573 | uses: actions/upload-artifact@v4 |
@@ -626,7 +626,7 @@ jobs: |
626 | 626 | run: ldd fastfetch |
627 | 627 |
|
628 | 628 | - name: run tests |
629 | | - run: ctest |
| 629 | + run: ctest --output-on-failure |
630 | 630 |
|
631 | 631 | - name: create zip archive |
632 | 632 | run: 7z a -tzip -mx9 -bd -y fastfetch-windows-amd64.zip LICENSE *.dll fastfetch.exe flashfetch.exe presets |
|
0 commit comments