In my project
- go build succeeds
- go test fails with [build failed] with just a package name.
How can I see build errors in test files in general? Or at least in which file the error is?
As it is, all I can do is to open all files in the package in hope that IDE will highlight the error for me.