jidicula/Go fuzz test

A GitHub Action for running go test -fuzz.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
packagesRun fuzz test on these packages. Corresponds to the `[packages]` input for the `go test` command.no.
fuzz-regexpRun the fuzz test matching the regular expression. Corresponds to the `-fuzz` flag for the `go test` command.noFuzz
fuzz-timeFuzz target iteration duration, specified as a `time.Duration` (for example `1h30s`). Corresponds to `-fuzztime` flag for the `go test` command. Ensure this is less than your job timeout.yes
fuzz-minimize-timeFuzz minimization duration, specified as a `time.Duration` (for example `1h30s`). Corresponds to `-fuzzminimizetime` flag for the `go test` command. If you provide this input, ensure it is less than your job timeout.no10s
go-versionWhich version of Go to use for fuzzingno1.21

no outputs