Merge pull request #6750 from afbjorklund/gotest

Add make target for running only the go test
pull/6761/head
Medya Ghazizadeh 2020-02-22 14:38:44 -08:00 committed by GitHub
commit c64ca54f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -270,6 +270,10 @@ integration-versioned: out/minikube ## Trigger minikube integration testing
test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Trigger minikube test
./test.sh
.PHONY: gotest
gotest: $(SOURCE_GENERATED) ## Trigger minikube test
go test -tags "$(MINIKUBE_BUILD_TAGS)" $(MINIKUBE_TEST_FILES)
.PHONY: extract
extract: ## Compile extract tool
go run cmd/extract/extract.go