Skip to content

Commit db173a2

Browse files
committed
makefile
1 parent 899389b commit db173a2

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
@@ -9,7 +9,7 @@ build:
99
docker.io build -t $(NAME):$(VERSION) --rm .
1010

1111
test:
12-
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh
12+
env NAME=$(NAME) VERSION=$(VERSION) ./test.sh debug
1313

1414
tag_latest:
1515
docker.io tag $(NAME):$(VERSION) $(NAME):latest

0 commit comments

Comments
 (0)