mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
ci: rerun with --output-on-failure on test error #2837
This commit is contained in:
parent
092fab5605
commit
7a3d89ed39
3
.github/workflows/macos_test.yml
vendored
3
.github/workflows/macos_test.yml
vendored
@ -46,8 +46,7 @@ jobs:
|
|||||||
- name: ctest
|
- name: ctest
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
make test
|
make test || { ctest --output-on-failure ; false ; }
|
||||||
#ctest --output-on-failure
|
|
||||||
|
|
||||||
- name: make install
|
- name: make install
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user