diff options
| author | Mark Adler <git@madler.net> | 2026-02-17 02:01:48 -0800 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-02-17 02:03:53 -0800 |
| commit | 3b4b11d1cd10871517b420d7da1b127b1f81198b (patch) | |
| tree | ae0141472cbb4aa6b8a9ec829d266d3571b150bd | |
| parent | 6d95c6f685aa9b40e0afc5bcc999eef786ceef00 (diff) | |
| download | zlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.tar.gz zlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.tar.bz2 zlib-3b4b11d1cd10871517b420d7da1b127b1f81198b.zip | |
Remove make cover from the configure workflows.
For now.
| -rw-r--r-- | .github/workflows/c-std.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/configure.yml | 2 |
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 }} |
