That is correct. See the -p flag in `go help build`

On Tuesday, 9 May 2017 14:52:18 UTC+10, st ov wrote:
>
> Thanks yet again for clarifying and correcting my assumptions.
> So within a single package tests are run serially, but I can't rely on 
> that when testing multiple packages.
>
>
>
> On Sunday, May 7, 2017 at 8:04:52 PM UTC-7, Dave Cheney wrote:
>>
>> The post over on stack overflow is confused. The behaviour of go test is 
>> to test multiple packages concurrently, inside a single package tests are 
>> executed serially by default. 
>
>

-- 
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.

Reply via email to