diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index f4276852..4d5fa338 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash set -e -#./mvnw clean install -B -Pdocs ${@} -./mvnw clean install -DskipTests -B -Pfast ${@} - +./mvnw clean install -B -Pdocs ${@}