Skip to content

Commit afe4004

Browse files
committed
Makefile: update Makefile
1 parent 5027652 commit afe4004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export GOTESTSUM_FORMAT=standard-verbose
5252
test: CGO_ENABLED=1
5353
test: tools/bin/gotestsum ## Runs package test including race condition.
5454
$(call target)
55-
@CGO_ENABLED=${CGO_ENABLED} ${GO_TEST} ${GO_TEST_FLAGS} -run=${GO_TEST_FUNC} $(strip ${GO_FLAGS}) ${GO_TEST_PKGS}
55+
@CGO_ENABLED=${CGO_ENABLED} ${GO_TEST} ${GO_TEST_FLAGS} -run=${GO_TEST_FUNC} -tags='$(subst $(space),$(comma),${GO_BUILDTAGS})' ${GO_TEST_PKGS}
5656

5757
.PHONY: test/gojay
5858
test/gojay: GO_BUILDTAGS+=gojay

0 commit comments

Comments
 (0)