From 45de8d73de7543d03924cf798a7ad5e89a6733d9 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Thu, 25 Dec 2025 13:56:48 +0100 Subject: Exclude coverage from FreeBSD workflow. Since https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291233 is not fixed in 15.x. --- .github/workflows/others.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: run: | cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON cmake --build build/ - ctest --test-dir build --output-on-failure + ctest --test-dir build --output-on-failure -E .*summary netbsd: runs-on: ubuntu-latest -- cgit v1.2.3-55-g6feb