-
Notifications
You must be signed in to change notification settings - Fork 346
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
Run fuzz tests on every PR #1112
Comments
consolidating #695 into this issue |
Is the proposal to change |
yeah, just to hopefully help pinpoint any changes that might have caused the issue. If the fuzzing tests are too long however, we can revert to running them locally |
Alternative idea with a similar outcome: run the fuzz tests on every PR as an optional check. Optional checks don't block the PR from merging and we'll get signal on whether the fuzz test passes on a per PR basis. |
sgtm |
we should have longer running fuzzing tests that run after a PR is merged to hopefully catch bugs such as that found in #1108
The text was updated successfully, but these errors were encountered: