bazel-contrib / rules_go

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

Run nogo on internal and external tests libs, not testmain #4082

Closed fmeum closed 1 month ago

fmeum commented 1 month ago

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

nogo should run on both the internal and external libraries compiled for a go_test, but didn't. It also shouldn't run on the generated testmain.go file, but did.