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
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
We should easily be able to do a bazel query to identify which tests are affected during a pull request. This will allow us to only build/test targets that are affected by the PR.
For continuous integration we should still always run every test.
Get the list of files that have changed as part of the PR.
We should easily be able to do a bazel query to identify which tests are affected during a pull request. This will allow us to only build/test targets that are affected by the PR.
For continuous integration we should still always run every test.
bazel query
invocation.The text was updated successfully, but these errors were encountered: