diff --git a/Makefile b/Makefile index 8ca64907..3c097d2e 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ update-gomod: .PHONY: fuzz fuzz: # in other terminal: tail -f /tmp/repanic - REPANIC_LOG=/tmp/repanic gotip test -tags fuzz -v -fuzz=Fuzz ./format/ + REPANIC_LOG=/tmp/repanic gotip test -tags fuzz -v -run Fuzz -fuzz=Fuzz ./format/ # usage: make release VERSION=0.0.1 # tag forked dependeces for history and to make then stay around