mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-21 02:08:02 +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
|
- name: make cov
|
||||||
run: make cov
|
run: make cov
|
||||||
|
|
||||||
# This uses ld --wrap to mock the cmocka functions but
|
- name: Run white-box tests
|
||||||
# macOS ld does not support --wrap
|
run: make utest
|
||||||
#- name: Run white-box tests
|
|
||||||
#run: make utest
|
|
||||||
|
|
||||||
- name: Run black-box tests
|
- name: Run black-box tests
|
||||||
run: make covtest
|
run: make covtest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user