aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cifuzz.yml
AgeCommit message (Collapse)Author
2024-02-04Add json fuzzer with seed files from #1123 and test suiteJay Berkenbilt
...as well as some cases generated in CI from earlier attempts at fixing this.
2022-11-17Upgrade github actions versionsJay Berkenbilt
2021-12-13Disable ci-fuzz build on build branchJay Berkenbilt
I run the fuzzer test suite, which should be good enough to avoid wasting resources on this every time I push to build.
2021-11-07Remove master from github workflowsJay Berkenbilt
Main branch is `main` now
2020-10-27Run CI Fuzz integration on push as well as pull requestJay Berkenbilt
2020-10-15Rename github workflow main.yml to cifuzz.ymlJay Berkenbilt
Preparing to migrate qpdf's main build/CI to GitHub actions