diff --git a/.github/workflows/boxes.yml b/.github/workflows/boxes.yml index aa7a1ce..6163815 100644 --- a/.github/workflows/boxes.yml +++ b/.github/workflows/boxes.yml @@ -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