summaryrefslogtreecommitdiff
path: root/vendor/github.com/yuin/goldmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yuin/goldmark/Makefile')
-rw-r--r--vendor/github.com/yuin/goldmark/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/vendor/github.com/yuin/goldmark/Makefile b/vendor/github.com/yuin/goldmark/Makefile
index b0bb052..7bef51b 100644
--- a/vendor/github.com/yuin/goldmark/Makefile
+++ b/vendor/github.com/yuin/goldmark/Makefile
@@ -1,4 +1,4 @@
-.PHONY: test fuzz lint
+.PHONY: test fuzz lint gen
lint:
golangci-lint run -c .golangci.yml ./...
@@ -10,4 +10,7 @@ cov: test
go tool cover -html=profile.out
fuzz:
- cd ./fuzz && go test -fuzz=Fuzz
+ cd ./fuzz && go test -fuzz=FuzzDefault
+
+gen:
+ go generate ./...