mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Fix fuzzer
This commit is contained in:
parent
1def545b06
commit
5ba3327fda
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,5 +12,5 @@ fuzz:
|
|||
rm -rf ./fuzz/crashers
|
||||
rm -rf ./fuzz/suppressions
|
||||
rm -f ./fuzz/fuzz-fuzz.zip
|
||||
cd ./fuzz && go-fuzz-build
|
||||
cd ./fuzz && GO111MODULE=off go-fuzz-build
|
||||
cd ./fuzz && go-fuzz
|
||||
|
|
|
|||
Loading…
Reference in a new issue