Skip to content

Commit

Permalink
add ci target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Jul 31, 2024
1 parent 7297fbf commit 64d5bfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ run:

bash:
docker run --rm -t -i -P --entrypoint /bin/bash $(IMAGE_NAME):$(TAG)

_ci_test:
true

0 comments on commit 64d5bfb

Please sign in to comment.