forked from Mirror/ollama4j
8 lines
120 B
Makefile
8 lines
120 B
Makefile
ut:
|
|
mvn clean test -Punit-tests
|
|
|
|
it:
|
|
mvn clean verify -Pintegration-tests
|
|
|
|
build:
|
|
mvn clean test install -Punit-tests
|