Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Add CIFuzz GitHub action #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DavidKorczynski
Copy link

@DavidKorczynski DavidKorczynski commented Nov 23, 2022

Overview

Add CIFuzz workflow action to have fuzzers build and run on each PR.

This is a service offered by OSS-Fuzz where smt already runs. CIFuzz can help detect regressions, catch breaking changes caused by the code in a PR and catch fuzzing build issues early, and has a variety of features (see the URL above). In the current PR the fuzzers gets build on a pull request and will run for 300 seconds. I see there there is another action that builds the fuzzers, so this is an alternative suggestion with a dedicated CI fuzzing action.

An additional improvement to #31

@adlerjohn adlerjohn requested a review from liamsi December 8, 2022 22:41
adlerjohn
adlerjohn previously approved these changes Dec 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants