Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 8d5929d

Browse files
author
Matthieu Nottale
committed
Mukefile: e2e-test depends on bin.
Signed-off-by: Matthieu Nottale <[email protected]>
1 parent e95182e commit 8d5929d

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
@@ -58,7 +58,7 @@ lint:
5858
@tar -c Dockerfile.lint gometalinter.json | docker build -t $(IMAGE_NAME)-lint $(IMAGE_BUILD_ARGS) -f Dockerfile.lint - --target=lint-volume > /dev/null
5959
@docker run --rm -v $(dir $(realpath $(lastword $(MAKEFILE_LIST)))):/go/src/$(PKG_NAME):ro,cached $(IMAGE_NAME)-lint
6060

61-
e2e-test:
61+
e2e-test: bin
6262
@echo "Running e2e tests..."
6363
go test ./e2e/
6464

0 commit comments

Comments
 (0)