Skip to content

Commit

Permalink
Adding go build cache to fuzz output
Browse files Browse the repository at this point in the history
This is to capture the location in CI in order to cache across fuzz runs

Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
mattfarina committed May 6, 2024
1 parent 10ab64a commit 4ea5ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ test-cover:
.PHONY: fuzz
fuzz:
@echo "==> Running Fuzz Tests"
go env GOCACHE
go test -fuzz=FuzzNewVersion -fuzztime=15s .
go test -fuzz=FuzzStrictNewVersion -fuzztime=15s .
go test -fuzz=FuzzNewConstraint -fuzztime=15s .
Expand Down

0 comments on commit 4ea5ce9

Please sign in to comment.