aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVollstrecker <werner@vollstreckernet.de>2025-12-25 13:56:48 +0100
committerMark Adler <git@madler.net>2026-01-27 18:16:15 -0800
commit45de8d73de7543d03924cf798a7ad5e89a6733d9 (patch)
treece203837740f4c084e4d11d90c4d26786c2f2e6b /.github
parentdbc42c19990bd27823a5bcea417e6dce84ec38e0 (diff)
downloadzlib-45de8d73de7543d03924cf798a7ad5e89a6733d9.tar.gz
zlib-45de8d73de7543d03924cf798a7ad5e89a6733d9.tar.bz2
zlib-45de8d73de7543d03924cf798a7ad5e89a6733d9.zip
Exclude coverage from FreeBSD workflow.
Since https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291233 is not fixed in 15.x.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/others.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/others.yml b/.github/workflows/others.yml
index 22ce2f24..11a7bcfb 100644
--- a/.github/workflows/others.yml
+++ b/.github/workflows/others.yml
@@ -44,7 +44,7 @@ jobs:
44 run: | 44 run: |
45 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON 45 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
46 cmake --build build/ 46 cmake --build build/
47 ctest --test-dir build --output-on-failure 47 ctest --test-dir build --output-on-failure -E .*summary
48 48
49 netbsd: 49 netbsd:
50 runs-on: ubuntu-latest 50 runs-on: ubuntu-latest