Is it not possible? The doc seems to say that 'go test' recompiles each package tested https://golang.org/cmd/go/#hdr-Test_packages
On Thursday, April 20, 2017 at 10:00:24 AM UTC-7, st ov wrote: > > As part of a build pipeline, I want to initially artifact the Go binary to > send through all the stages from development to production. > > How can I run a set of tests (*_test.go) against this one binary? Can I > only have blackbox tests or is whitebox possible? > > Or will the approach need to be, to run 'go test' against the package code > at every step and rebuild? > > How do you handle delivering and deploying your builds? > > > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.