We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f3b4a commit 6bc00a1Copy full SHA for 6bc00a1
makelib/golang.mk
@@ -259,7 +259,7 @@ go.test.unit: $(GINKGO)
259
@CGO_ENABLED=0 $(GINKGO) $(GO_TEST_FLAGS) $(GO_STATIC_FLAGS) $(patsubst $(ROOT_DIR)/%,./%,$(shell go list -f '{{ .Dir }}' $(GO_TEST_PACKAGES))) || $(FAIL)
260
@$(OK) go test unit-tests
261
262
-go.test.integration:
+go.test.integration: $(GINKGO)
263
@$(INFO) ginkgo integration-tests
264
@mkdir -p $(GO_TEST_OUTPUT) || $(FAIL)
265
@CGO_ENABLED=0 $(GINKGO) $(GO_TEST_FLAGS) $(GO_STATIC_FLAGS) $(foreach t,$(GO_INTEGRATION_TESTS_SUBDIRS),./$(t)/...) $(TEST_FILTER_PARAM) || $(FAIL)
0 commit comments