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 5027652 commit afe4004Copy full SHA for afe4004
Makefile
@@ -52,7 +52,7 @@ export GOTESTSUM_FORMAT=standard-verbose
52
test: CGO_ENABLED=1
53
test: tools/bin/gotestsum ## Runs package test including race condition.
54
$(call target)
55
- @CGO_ENABLED=${CGO_ENABLED} ${GO_TEST} ${GO_TEST_FLAGS} -run=${GO_TEST_FUNC} $(strip ${GO_FLAGS}) ${GO_TEST_PKGS}
+ @CGO_ENABLED=${CGO_ENABLED} ${GO_TEST} ${GO_TEST_FLAGS} -run=${GO_TEST_FUNC} -tags='$(subst $(space),$(comma),${GO_BUILDTAGS})' ${GO_TEST_PKGS}
56
57
.PHONY: test/gojay
58
test/gojay: GO_BUILDTAGS+=gojay
0 commit comments