Skip to content

Commit 07450f2

Browse files
committed
Fix test target
1 parent 42833f9 commit 07450f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PLATFORM ?= linux/amd64
66
ACTION ?= load
77
PROGRESS_MODE ?= plain
88

9-
.PHONY: update-tags docker-build docker-test
9+
.PHONY: update-tags docker-build docker-test test
1010

1111
docker-build:
1212
# https://github.com/docker/buildx#building
@@ -20,6 +20,8 @@ docker-build:
2020
--$(ACTION) \
2121
./docker
2222

23+
test: docker-test
24+
2325
docker-test:
2426
docker run --rm ${IMAGE_TAG} --version
2527
docker run --rm ${IMAGE_TAG} --help

0 commit comments

Comments
 (0)