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

Add support for Go fuzz tests #24107

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

cborup
Copy link
Contributor

@cborup cborup commented Feb 2, 2025

Add support for go fuzz tests.

Closes #23809

Release Notes:

  • Add support for Go fuzz tests

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 2, 2025
@maxdeviant maxdeviant changed the title Add support for go fuzz tests. Add support for go fuzz tests Feb 2, 2025
@maxdeviant maxdeviant changed the title Add support for go fuzz tests Add support for Go fuzz tests Feb 3, 2025
Remove needless glob as suggested by @osiewicz

Co-authored-by: Piotr Osiewicz <[email protected]>
Copy link
Contributor

@osiewicz osiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@osiewicz osiewicz merged commit f45d58f into zed-industries:main Feb 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The go integration should support running fuzz tests
2 participants