1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00

fuzz: gotip not needed anymore

This commit is contained in:
Mattias Wadman 2022-10-11 15:00:12 +02:00
parent 3a578152f2
commit 7cb2a6c995

View File

@ -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