Skip to content

Commit 4ea5ce9

Browse files
committed
Adding go build cache to fuzz output
This is to capture the location in CI in order to cache across fuzz runs Signed-off-by: Matt Farina <matt@mattfarina.com>
1 parent 10ab64a commit 4ea5ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
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)