Skip to content

Commit 64d5bfb

Browse files
committedJul 31, 2024·
add ci target to makefile
1 parent 7297fbf commit 64d5bfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ run:
1818

1919
bash:
2020
docker run --rm -t -i -P --entrypoint /bin/bash $(IMAGE_NAME):$(TAG)
21+
22+
_ci_test:
23+
true

0 commit comments

Comments
 (0)
Please sign in to comment.