Skip to content

Commit e4b4348

Browse files
committed
Add make target for running only the go test
1 parent 8c8a155 commit e4b4348

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
@@ -256,6 +256,10 @@ integration-versioned: out/minikube ## Trigger minikube integration testing
256256
test: pkg/minikube/assets/assets.go pkg/minikube/translate/translations.go ## Trigger minikube test
257257
./test.sh
258258

259+
.PHONY: gotest
260+
gotest: $(SOURCE_GENERATED) ## Trigger minikube test
261+
go test -tags "$(MINIKUBE_BUILD_TAGS)" $(MINIKUBE_TEST_FILES)
262+
259263
.PHONY: extract
260264
extract: ## Compile extract tool
261265
go run cmd/extract/extract.go

0 commit comments

Comments
 (0)