DATAREDIS-920 - Tune test command.

This commit is contained in:
Greg Turnquist
2019-02-28 07:48:59 -06:00
parent c8aa0ff019
commit 6ea430a46b

View File

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