mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 09:01:48 +00:00
docs: run doc gen as part of test target
This commit is contained in:
parent
0e81f6c3af
commit
9a6d48d038
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ fmt:
|
||||||
vet:
|
vet:
|
||||||
go vet ./...
|
go vet ./...
|
||||||
|
|
||||||
test: tidy fmt vet
|
test: tidy fmt vet docs
|
||||||
go test ./... -coverprofile cover.out
|
go test ./... -coverprofile cover.out
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue