keith wrote: If the goal is to include manual targets, we can instead do: ``` bazel query "attr(tags, 'manual', //...)" ``` and test those with `test //... + those` https://github.com/llvm/llvm-project/pull/87589