Skip to content
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

feat: add a fuzzing workflow to github actions #2038

Merged
merged 2 commits into from
Sep 22, 2021
Merged

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Sep 22, 2021

Currently this won't actually run anything, because we haven't written
any fuzz tests, but it sets up the framework for running the built-in Go
fuzzer against any tests that do get added

Currently this won't actually run anything, because we haven't written
any fuzz tests, but it sets up the framework for running the built-in Go
fuzzer against any tests that do get added
Currently each job is run twice if a PR is opened from a local branch,
but in that case we can actually skip the pull_request ones because the
push ones can suffice.
@dnwe dnwe merged commit 712b6bb into main Sep 22, 2021
@dnwe dnwe deleted the dnwe/github-actions branch September 22, 2021 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants