do not run tests when building the project

This commit is contained in:
2020-03-09 21:43:26 +01:00
parent fe9c9b79b8
commit 6714d2136d

View File

@@ -13,7 +13,7 @@ eval: code.k target/klang-1.0-jar-with-dependencies.jar
build: clean target/klang-1.0-jar-with-dependencies.jar
target/klang-1.0-jar-with-dependencies.jar:
mvn package
mvn -Dmaven.test.skip=true package
test: ./src/test/test
./src/test/test