nikolaydubina / go-recipes

🦩 Tools for Go projects
MIT License
4.07k stars 154 forks source link

Avoid recompiling in go test #194

Closed nikolaydubina closed 9 months ago

nikolaydubina commented 12 months ago

-c Compile the test binary to pkg.test but do not run it. (Where pkg is the last element of the package's import path.)