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 a2c28db commit 4204effCopy full SHA for 4204eff
Makefile
@@ -89,7 +89,7 @@ test-e2e: docker-build
89
90
# e2e test runner for continuous integration that does not build a new image.
91
.PHONY: test-e2e-ci
92
-test-e2e:
+test-e2e-ci:
93
go test -mod=vendor ./e2e -race -agent-image ${AGENT_FULL_IMAGE}-$(TARGETARCH):${TAG} -server-image ${SERVER_FULL_IMAGE}-$(TARGETARCH):${TAG} -kind-image ${KIND_IMAGE} -mode ${CONNECTION_MODE}
94
95
## --------------------------------------
0 commit comments