aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-19 14:46:56 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-20 21:46:20 +0100
commit10fe5143f4c19fbea73158a4aecded1f9516ed52 (patch)
treea1a4e56addb9745ab2adc325572bac74542423e7 /.github/workflows
parent4ee393d1fa5424bc25952580b177f572e58920db (diff)
downloadqpdf-10fe5143f4c19fbea73158a4aecded1f9516ed52.tar.zst
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml1
1 files changed, 1 insertions, 0 deletions
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: