docs: run doc gen as part of test target

pull/60/head
Hidde Beydals 5 years ago
parent 0e81f6c3af
commit 9a6d48d038

@ -11,7 +11,7 @@ fmt:
vet:
go vet ./...
test: tidy fmt vet
test: tidy fmt vet docs
go test ./... -coverprofile cover.out
build:

Loading…
Cancel
Save