Skip to content

Commit c64ca54

Browse files
authored
Merge pull request #6750 from afbjorklund/gotest
Add make target for running only the go test
2 parents e8e1031 + e4b4348 commit c64ca54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ integration-versioned: out/minikube ## Trigger minikube integration testing
270270
test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Trigger minikube test
271271
./test.sh
272272

273+
.PHONY: gotest
274+
gotest: $(SOURCE_GENERATED) ## Trigger minikube test
275+
go test -tags "$(MINIKUBE_BUILD_TAGS)" $(MINIKUBE_TEST_FILES)
276+
273277
.PHONY: extract
274278
extract: ## Compile extract tool
275279
go run cmd/extract/extract.go

0 commit comments

Comments
 (0)