mirror of
https://github.com/wader/fq.git
synced 2024-11-24 11:16:09 +03:00
Merge pull request #89 from wader/fuzz-skip-other-tests
fuzz: Skip other tests when fuzzing
This commit is contained in:
commit
cd025f80df
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user