Skip to content

Commit 4afef01

Browse files
authored
Merge pull request #232 from mattfarina/show-build-cache
Adding go build cache to fuzz output
2 parents afc280a + 4ea5ce9 commit 4afef01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test-cover:
1919
.PHONY: fuzz
2020
fuzz:
2121
@echo "==> Running Fuzz Tests"
22+
go env GOCACHE
2223
go test -fuzz=FuzzNewVersion -fuzztime=15s .
2324
go test -fuzz=FuzzStrictNewVersion -fuzztime=15s .
2425
go test -fuzz=FuzzNewConstraint -fuzztime=15s .

0 commit comments

Comments
 (0)