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:
parent
06e9d65b9f
commit
02dae0e77e
1 changed files with 4 additions and 0 deletions
4
scripts/check.sh
Executable file
4
scripts/check.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
# Makes sure that android test compile
|
||||
./gradlew compileDebugAndroidTestSources -q
|
||||
# Run all unit tests for debug build
|
||||
./gradlew testDebugAll -q
|
Loading…
Add table
Add a link
Reference in a new issue