You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: