build: fix `test-nomad` make target when running locally. (#16506)
This commit is contained in:
parent
0331dd71ca
commit
184733a126
|
@ -283,7 +283,7 @@ release: clean $(foreach t,$(ALL_TARGETS),pkg/$(t).zip) ## Build all release pac
|
|||
@tree --dirsfirst $(PROJECT_ROOT)/pkg
|
||||
|
||||
.PHONY: test-nomad
|
||||
test-nomad: GOTEST_PKGS=$(shell go run -modfile=tools/go.mod tools/missing/main.go ci/test-core.json $(GOTEST_GROUP))
|
||||
test-nomad: GOTEST_PKGS=$(foreach g,$(GOTEST_GROUP),$(shell go run -modfile=tools/go.mod tools/missing/main.go ci/test-core.json $(g)))
|
||||
test-nomad: # dev ## Run Nomad unit tests
|
||||
@echo "==> Running Nomad unit tests $(GOTEST_GROUP)"
|
||||
@echo "==> with packages $(GOTEST_PKGS)"
|
||||
|
|
Loading…
Reference in New Issue