run test one by one

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-08-07 19:49:13 +08:00
parent c3786272d7
commit 0337992042
8 changed files with 349 additions and 1288 deletions

View File

@@ -89,7 +89,7 @@ docker-build: all
# Run tests
test: generate fmt vet generate-apis
go test ./pkg/... ./cmd/... -coverprofile cover.out
export KUBEBUILDER_CONTROLPLANE_START_TIMEOUT=1m; go test ./pkg/... ./cmd/... -coverprofile cover.out -p 1
.PHONY: clean
clean: