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

4 lines
No EOL
145 B
Bash
Executable file

# Makes sure that android test compile
./gradlew compileDebugAndroidTestSources -q
# Run all unit tests for debug build
./gradlew testDebugAll -q