mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-20 17:58:56 +02:00
Enable white-box tests on macOS
This commit is contained in:
parent
71331ee205
commit
ed19a57c59
6
.github/workflows/boxes.yml
vendored
6
.github/workflows/boxes.yml
vendored
@ -67,10 +67,8 @@ jobs:
|
||||
- name: make cov
|
||||
run: make cov
|
||||
|
||||
# This uses ld --wrap to mock the cmocka functions but
|
||||
# macOS ld does not support --wrap
|
||||
#- name: Run white-box tests
|
||||
#run: make utest
|
||||
- name: Run white-box tests
|
||||
run: make utest
|
||||
|
||||
- name: Run black-box tests
|
||||
run: make covtest
|
||||
|
Loading…
x
Reference in New Issue
Block a user