run openapi tests with other krusty tests

This commit is contained in:
natasha41575
2022-08-25 16:13:36 -05:00
parent 2e2674fa24
commit 08918ea352
2 changed files with 5 additions and 68 deletions

View File

@@ -5,7 +5,6 @@ include ../Makefile-modules.mk
test:
go test -v -timeout 45m -cover ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222"
cd krusty/openapitests; OPENAPI_TEST=true go test -v -timeout 45m -p 1 -cover ./...
build:
go build -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222" ./...