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

Merge pull request #89 from wader/fuzz-skip-other-tests

fuzz: Skip other tests when fuzzing
This commit is contained in:
Mattias Wadman 2022-01-20 16:22:21 +01:00 committed by GitHub
commit cd025f80df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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