-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fuzz: Add cifuzz #186
base: master
Are you sure you want to change the base?
fuzz: Add cifuzz #186
Conversation
4a4d78b
to
3804a3d
Compare
1ef57e2
to
4c6a423
Compare
Why is it a draft? |
4c6a423
to
31eb0eb
Compare
I wanted to test something. Will mark it as ready for review. |
Am I still going to receive emails if there are issues on the fuzz thingy after this? Also... I guess the idea is not to run this in every PR? 👀 |
For
Idea is to run this on every PR as that helps in catching regression, but this can be restricted to particular branch like Do you want to limit the run to releases or a specific branch? |
This PR adds [cifuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) action workflow which is a service provided by oss-fuzz where this project already runs, this helps in catching shallow bugs, regression or build breakage by running fuzzers on PR for ~5 minutes (excluding the build time).
31eb0eb
to
a5fb39a
Compare
It can be on schedule or on main, but on every PR will be too much for me. Would you mind changing it? 🙏 |
This PR adds cifuzz action workflow which is a service provided by oss-fuzz where this project already runs, this helps in catching shallow bugs, regression or build breakage by running fuzzers on PR for ~5 minutes (excluding the build time).