aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-16 17:04:41 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-16 17:38:00 +0100
commitdb4ec7a9db7a0d87d459d7dc80f9a2afb4cbeadb (patch)
treeb954ae47a265b6e4f0bebda9ac5c983b6065e42f /.github/workflows
parent273eaf4682ba11c1c1fcfdcda31d0c95211599a2 (diff)
downloadqpdf-db4ec7a9db7a0d87d459d7dc80f9a2afb4cbeadb.tar.zst
Test qpdf + pikepdf with FUTURE
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 03d6b929..7646a3d2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -118,6 +118,14 @@ jobs:
- uses: actions/checkout@v3
- name: 'pikepdf'
run: build-scripts/test-pikepdf
+ pikepdf-future:
+ runs-on: ubuntu-latest
+ # Run after pikepdf to save concurrent runners
+ needs: pikepdf
+ steps:
+ - uses: actions/checkout@v3
+ - name: 'qpdf + pikepdf with FUTURE'
+ run: build-scripts/test-pikepdf future
Fuzzers:
runs-on: ubuntu-latest
needs: Prebuild