You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests are not run in fuzz mode by default on go test . so our current CI workflow does not run fuzz tests. If we want fuzz tests to be run in CI, we likely want to provide CLI flags like --fuzz=FuzzNewInfoReservedByte -fuzztime=10s.
We should explore how to run all fuzz tests in CI and consider editing our existing test workflow or adding a new one.
Description
Tests are not run in fuzz mode by default on
go test .
so our current CI workflow does not run fuzz tests. If we want fuzz tests to be run in CI, we likely want to provide CLI flags like--fuzz=FuzzNewInfoReservedByte -fuzztime=10s
.We should explore how to run all fuzz tests in CI and consider editing our existing test workflow or adding a new one.
Links
The text was updated successfully, but these errors were encountered: