DATAREDIS-1190 - Polishing.

Make clean after make test to reset potential state-changing configuration updates.

Original Pull Request: #555
This commit is contained in:
Mark Paluch
2020-08-10 11:45:12 +02:00
committed by Christoph Strobl
parent e37f2f08ee
commit fe2c48be1d

View File

@@ -157,4 +157,5 @@ test:
sleep 1
./mvnw clean test -U -DrunLongTests=true -P$(SPRING_PROFILE) || (echo "maven failed $$?"; exit 1)
$(MAKE) stop
$(MAKE) clean