From 10fe5143f4c19fbea73158a4aecded1f9516ed52 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 19 Dec 2023 08:46:56 -0500 Subject: Add CI for testing with zlib-ng Add a CI job to test qpdf with other than the default zlib implementation. This incldues a check that the new zlib really is not the default, so the new test will fail if the default because zlib-ng. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b635718..b86f3a28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -133,6 +133,7 @@ jobs: script: - build-fuzzer - build-linux32 + - test-alt-zlib - test-unsigned-char - test-c++-next steps: -- cgit v1.2.3-54-g00ecf