summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNathan Moinvaziri <nathan@nathanm.com>2022-10-10 18:40:09 -0700
committerMark Adler <fork@madler.net>2022-10-11 20:21:50 -0700
commite029de6080b24c4a10838cc0c5742d4c488429fa (patch)
treeca437070d2516a1d8c07a4e6c0408fdfd3058a5a /.github
parent594e8e8f62f1db357c45613fb82d16fb572d5ec6 (diff)
downloadzlib-e029de6080b24c4a10838cc0c5742d4c488429fa.tar.gz
CI: Run infcover during test runs.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/configure.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index da311a8..b8b8e0d 100644
--- a/.github/workflows/configure.yml
+++ b/.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