mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 15:49:03 -05:00
ci: just run ctest --output-on-failure, never run make test #2837
This commit is contained in:
parent
7a3d89ed39
commit
e39b2de183
2
.github/workflows/macos_test.yml
vendored
2
.github/workflows/macos_test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: ctest
|
||||
run: |
|
||||
cd build
|
||||
make test || { ctest --output-on-failure ; false ; }
|
||||
ctest --output-on-failure
|
||||
|
||||
- name: make install
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user