diff --git a/Makefile b/Makefile index 69335c8f..0a08273f 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ update-gomod: .PHONY: fuzz fuzz: # in other terminal: tail -f /tmp/repanic - FUZZTEST=1 REPANIC_LOG=/tmp/repanic gotip test -v -run Fuzz -fuzz=Fuzz ./format/ + FUZZTEST=1 REPANIC_LOG=/tmp/repanic go test -v -run Fuzz -fuzz=Fuzz ./format/ # usage: make release VERSION=0.0.1 # tag forked dependeces for history and to make then stay around