ollama4j/Makefile
2023-12-14 17:41:23 +05:30

8 lines
120 B
Makefile

ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests
build:
mvn clean test install -Punit-tests