We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afc280a + 4ea5ce9 commit 4afef01Copy full SHA for 4afef01
Makefile
@@ -19,6 +19,7 @@ test-cover:
19
.PHONY: fuzz
20
fuzz:
21
@echo "==> Running Fuzz Tests"
22
+ go env GOCACHE
23
go test -fuzz=FuzzNewVersion -fuzztime=15s .
24
go test -fuzz=FuzzStrictNewVersion -fuzztime=15s .
25
go test -fuzz=FuzzNewConstraint -fuzztime=15s .
0 commit comments