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:
parent
3a578152f2
commit
7cb2a6c995
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user