CI: Run infcover during test runs.

pull/763/head
Nathan Moinvaziri 2 years ago committed by Mark Adler
parent 594e8e8f62
commit e029de6080
  1. 4
      .github/workflows/configure.yml

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

Loading…
Cancel
Save