aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/fuzz.yml
AgeCommit message (Collapse)Author
2020-04-08github actions: run when pushed to master or */ci + PRsDaniel Stenberg
Avoid double-builds when using "local" branches for PRs. For both macos and fuzz jobs. Closes #5201
2020-04-02CI-fuzz: increase fuzz time to 40 minutesLeo Neat
Closes #5174
2020-03-24CI: bring GitHub Actions fuzzing job in line with macOS jobsMarc Hoersken
Update YAML formatting, job naming and triggers.
2020-02-28CIfuzz: switch off 'dry_run' modeDaniel Stenberg
Follow-up from #4960: now make it fail if it detects problems. Closes #4998
2020-02-21github action: add CIFuzzLeo Neat
Closes #4960