зеркало из https://github.com/Azure/ARO-RP.git
Go vet with tags
This commit is contained in:
Родитель
657e4f38be
Коммит
1542fd2b8a
2
Makefile
2
Makefile
|
@ -155,7 +155,7 @@ validate-go:
|
|||
@[ -z "$$(ls pkg/util/*.go 2>/dev/null)" ] || (echo error: go files are not allowed in pkg/util, use a subpackage; exit 1)
|
||||
@[ -z "$$(find -name "*:*")" ] || (echo error: filenames with colons are not allowed on Windows, please rename; exit 1)
|
||||
@sha256sum --quiet -c .sha256sum || (echo error: client library is stale, please run make client; exit 1)
|
||||
go vet ./...
|
||||
go vet -tags containers_image_openpgp ./...
|
||||
go test -tags e2e -run ^$$ ./test/e2e/...
|
||||
|
||||
validate-go-action:
|
||||
|
|
Загрузка…
Ссылка в новой задаче