From 6c6ade85a8696142b5fc13df9034f73b4089c912 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 9 Jan 2022 15:16:51 +0530 Subject: pre-push-hook: run tests on push (#1653) --- scripts/pre-push-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/pre-push-hook.sh b/scripts/pre-push-hook.sh index e9b29f92..651bc85b 100644 --- a/scripts/pre-push-hook.sh +++ b/scripts/pre-push-hook.sh @@ -9,6 +9,6 @@ GRADLE_EXEC="${GRADLE_EXEC:-./gradlew}" while read local_ref local_oid remote_ref remote_oid; do if [ "${local_oid}" != "${ZERO}" ]; then - "${GRADLE_EXEC}" spotlessCheck apiCheck + "${GRADLE_EXEC}" spotlessCheck apiCheck test -PslimTests fi done -- cgit v1.2.3