I'm trying to use fuzz to test the target program. My go version is go1.18.4 darwin/amd64.
When I use fuzz to test, I find the fuzz will stop when meet a bug, I don't want it to stop when it find bugs, but to continue to run.
Is there any good way to help me solve this problem? Thank you very much.