1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Script | Make sure androidTest compiles, then run all unit tests for debug build (#2306)

This commit is contained in:
Evgenii Kozlov 2022-05-26 15:11:24 +03:00 committed by GitHub
parent 06e9d65b9f
commit 02dae0e77e
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

4
scripts/check.sh Executable file
View file

@ -0,0 +1,4 @@
# Makes sure that android test compile
./gradlew compileDebugAndroidTestSources -q
# Run all unit tests for debug build
./gradlew testDebugAll -q