aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-17 02:01:48 -0800
committerMark Adler <git@madler.net>2026-02-17 02:03:53 -0800
commit3b4b11d1cd10871517b420d7da1b127b1f81198b (patch)
treeae0141472cbb4aa6b8a9ec829d266d3571b150bd /.github
parent6d95c6f685aa9b40e0afc5bcc999eef786ceef00 (diff)
downloadzlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.tar.gz
zlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.tar.bz2
zlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.zip
Remove make cover from the configure workflows.
For now.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-std.yml2
-rw-r--r--.github/workflows/configure.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index c6380bbf..91b262b5 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -147,7 +147,7 @@ jobs:
147 if: matrix.builder == 'configure' 147 if: matrix.builder == 'configure'
148 run: | 148 run: |
149 make test 149 make test
150 make cover 150 # make cover
151 151
152 - name: Generate project files (cmake) 152 - name: Generate project files (cmake)
153 if: matrix.builder == 'cmake' 153 if: matrix.builder == 'cmake'
diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml
index ed67d133..b9162b2d 100644
--- a/.github/workflows/configure.yml
+++ b/.github/workflows/configure.yml
@@ -131,7 +131,7 @@ jobs:
131 - name: Run test cases 131 - name: Run test cases
132 run: | 132 run: |
133 make test 133 make test
134 make cover 134 # make cover
135 working-directory: ${{ matrix.build-dir }} 135 working-directory: ${{ matrix.build-dir }}
136 env: 136 env:
137 QEMU_RUN: ${{ matrix.qemu-run }} 137 QEMU_RUN: ${{ matrix.qemu-run }}