Add CI for java testing

This commit is contained in:
김선우
2025-01-10 17:51:16 +09:00
parent d31ccf2933
commit 071d9513ab
2 changed files with 40 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: lib
.PHONY: test build_test
run_test: build_test
test: build_test
./gradlew test
build_test: