Skip to content

Commit

Permalink
Merge pull request #232 from mattfarina/show-build-cache
Browse files Browse the repository at this point in the history
Adding go build cache to fuzz output
  • Loading branch information
mattfarina committed May 6, 2024
2 parents afc280a + 4ea5ce9 commit 4afef01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
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 4afef01

Please sign in to comment.