bazel-contrib / rules_go

Go rules for Bazel
Apache License 2.0
1.38k stars 656 forks source link

fix(gpd): add missing condition in MoveTestFiles() #4118

Closed lbcjbb closed 3 weeks ago

lbcjbb commented 3 weeks ago

There is no reason for CompiledGoFiles to have external tests and not GoFiles, but it's more consistent in the code to support this edge case.