aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/ci_test.sh
blob: a06caa4d8eae863bd077dfac22d436cac8b390fb (plain)
1
2
3
4
#!/usr/bin/env bash
set -e

./gradlew --stacktrace testDebugUnitTest testDebugUnitTestCoverage -PexcludeTestClasses="**/*AllSdkTest*"