Skip to content

Commit 6ea430a

Browse files
committed
DATAREDIS-920 - Tune test command.
1 parent c8aa0ff commit 6ea430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ stop: redis-stop sentinel-stop cluster-stop
149149
test:
150150
$(MAKE) start
151151
sleep 2
152-
./mvnw clean dependency:list test -P${PROFILE} -Dsort -DrunLongTests=true
152+
./mvnw clean test -DrunLongTests=true -P$(SPRING_PROFILE)
153153
$(MAKE) stop

0 commit comments

Comments
 (0)