Skip to content

Commit 4204eff

Browse files
committed
Typo
1 parent a2c28db commit 4204eff

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
@@ -89,7 +89,7 @@ test-e2e: docker-build
8989

9090
# e2e test runner for continuous integration that does not build a new image.
9191
.PHONY: test-e2e-ci
92-
test-e2e:
92+
test-e2e-ci:
9393
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}
9494

9595
## --------------------------------------

0 commit comments

Comments
 (0)