CI: Run infcover during test runs.

This commit is contained in:
Nathan Moinvaziri 2022-10-10 18:40:09 -07:00 committed by Mark Adler
parent 594e8e8f62
commit e029de6080
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ jobs:
working-directory: ${{ matrix.build-dir }}
- name: Run test cases
run: make test
run: |
make test
make cover
working-directory: ${{ matrix.build-dir }}
- name: Upload build errors