pre-push-hook: run tests on push (#1653)
This commit is contained in:
parent
910212b3ae
commit
6c6ade85a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue