Skip to content

Commit 3a322e6

Browse files
committed
makefile: Add test-grpcproxy-integration and test-grpcproxy-e2e makefile targets
Signed-off-by: joshjms <joshjms1607@gmail.com>
1 parent 75c35f1 commit 3a322e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,14 @@ test-integration:
162162
test-e2e:
163163
PASSES="build e2e" ./test $(GO_TEST_FLAGS)
164164

165+
.PHONY: test-grpcproxy-integration
166+
test-grpcproxy-integration:
167+
PASSES='build grpcproxy_integration' RACE='true' ./test $(GO_TEST_FLAGS)
168+
169+
.PHONY: test-grpcproxy-e2e
170+
test-grpcproxy-e2e:
171+
PASSES='build grpcproxy_e2e' RACE='true' ./test $(GO_TEST_FLAGS)
172+
165173
.PHONY: test-e2e-release
166174
test-e2e-release:
167175
PASSES="build release e2e" ./test $(GO_TEST_FLAGS)

0 commit comments

Comments
 (0)