Enable white-box tests on macOS

This commit is contained in:
Matthew Thompson 2023-11-26 12:26:01 -05:00 committed by Thomas Jensen
parent 71331ee205
commit ed19a57c59

View File

@ -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