Run all non plugin module builds

This commit is contained in:
Katrina Verey
2022-04-04 19:18:25 -04:00
parent 2d4bce5112
commit ea193328e3
7 changed files with 32 additions and 15 deletions

View File

@@ -46,3 +46,6 @@ tidy:
vet:
go vet $(shell go list ./... | grep -v "/kyaml/internal/forked/github.com/go-yaml/yaml")
build:
go build -v ./...