From 62bb78f04681a18f7d965a4e85f372a0424f53df Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 25 Feb 2023 16:05:14 -0500 Subject: Add pikepdf tests to CI --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d64b7996..03d6b929 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,6 +111,13 @@ jobs: - uses: actions/checkout@v3 - name: 'Linux 32-bit' run: build-scripts/build-linux32 + pikepdf: + runs-on: ubuntu-latest + needs: Prebuild + steps: + - uses: actions/checkout@v3 + - name: 'pikepdf' + run: build-scripts/test-pikepdf Fuzzers: runs-on: ubuntu-latest needs: Prebuild -- cgit v1.2.3-54-g00ecf