mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 15:49:03 -05:00
macos: run ctest with -V
This commit is contained in:
parent
17af448d36
commit
6c936bea17
2
.github/workflows/macos_test.yml
vendored
2
.github/workflows/macos_test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
- name: ctest
|
- name: ctest
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
ctest --output-on-failure
|
ctest -V --output-on-failure --stop-on-failure
|
||||||
|
|
||||||
- name: make install
|
- name: make install
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user