mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
4 lines
No EOL
145 B
Bash
Executable file
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 |