run_unit_tests.sh 74 B

123456
  1. #!/bin/bash
  2. (
  3. cd ..
  4. ./gradlew testDebug --fail-fast --tests="*Test"
  5. )