CI: Run infcover during test runs.
This commit is contained in:
parent
594e8e8f62
commit
e029de6080
4
.github/workflows/configure.yml
vendored
4
.github/workflows/configure.yml
vendored
@ -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…
Reference in New Issue
Block a user