1
0
mirror of synced 2026-06-22 04:40:47 +00:00

docs: run doc gen as part of test target

This commit is contained in:
Hidde Beydals
2020-06-23 13:34:10 +02:00
parent 0e81f6c3af
commit 9a6d48d038
+1 -1
View File
@@ -11,7 +11,7 @@ fmt:
vet:
go vet ./...
test: tidy fmt vet
test: tidy fmt vet docs
go test ./... -coverprofile cover.out
build: