Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not add leading "//tests:" for given test targets (#1079)
The original logic is if the given test targets do not start with `//tests:`, then add this prefix for them. I'm removing this logic as: 1. We don't actually see any use cases in the workflow 2. It will block us running per-directory suite targets such as `//tests/mosaic:gpu_tests`
- Loading branch information