I've migrated 1 small Gradle module to Bazel and am wondering how I run the unit tests with the existing tests.
Before migrating, I'd run ./gradlew testDebugUnitTest but I'm not sure what is the recommended way is to run the tests. Do I run each Gradle modules tests separately and the Bazel module tests separately in CI? Or something else?