DATAREDIS-920 - Run 'test' from Makefile.

This commit is contained in:
Greg Turnquist
2019-02-28 07:13:25 -06:00
parent 2e7a3c0685
commit c8aa0ff019
3 changed files with 2 additions and 7 deletions

View File

@@ -149,5 +149,5 @@ stop: redis-stop sentinel-stop cluster-stop
test:
$(MAKE) start
sleep 2
./mvnw clean install -DrunLongTests=true -P$(SPRING_PROFILE)
./mvnw clean dependency:list test -P${PROFILE} -Dsort -DrunLongTests=true
$(MAKE) stop