diff --git a/Makefile b/Makefile index 0bb95314c05..888cfea4264 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION_FILE=VERSION FEAST_VERSION=`cat $(VERSION_FILE)` test: - echo testing not implemented + mvn test build-deps: $(MAKE) -C protos gen-go diff --git a/pom.xml b/pom.xml index 1bdb6fd010d..bc7380150b6 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ maven-surefire-plugin 2.22.1 + -Djdk.net.URLClassPath.disableClassPathURLCheck=true IntegrationTest