Closed DavidKorczynski closed 2 years ago
Thank you! I'll merge it as soon as I'm able to.
On Sun, Nov 20, 2022, at 6:45 PM, DavidKorczynski wrote:
Add CIFuzz https://google.github.io/oss-fuzz/getting-started/continuous-integration/ workflow action to have fuzzers build and run on each PR.
This is a service offered by OSS-Fuzz where lwan already runs. CIFuzz can help detect catch regressions and 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.
Signed-off-by: David Korczynski @.***
You can view, comment on, or merge this pull request online at:
https://github.com/lpereira/lwan/pull/349
Commit Summary
- a7ed608 https://github.com/lpereira/lwan/pull/349/commits/a7ed6089454c1da0381f29fe18a24bbf54064e7f Add Github action for CIFuzz integration File Changes
(1 file https://github.com/lpereira/lwan/pull/349/files)
A .github/workflows/cifuzz.yml https://github.com/lpereira/lwan/pull/349/files#diff-cb0618c14c125bb79d60ba9a127ed18f4a3ce62cff9c49e26c8890afb6f35668 (26) Patch Links:
— Reply to this email directly, view it on GitHub https://github.com/lpereira/lwan/pull/349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGNYAXHTHWE2OJIOCCLWJJWTPANCNFSM6AAAAAASF7DA5I. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Merged, thanks!
Thank you!
Add CIFuzz workflow action to have fuzzers build and run on each PR.
This is a service offered by OSS-Fuzz where lwan already runs. CIFuzz can help detect catch regressions and 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.
Signed-off-by: David Korczynski david@adalogics.com