Closed
Description
I noticed that testing go/types had recently gone from 8s->1.5s, which bisected to https://golang.org/cl/276272.
That CL has a change to go/types' TestStdlib
, which purports to skip submodules, but actually skips everything (src
has a go.mod
).
I'm not sure how that change relates to go/types, so I'm not sure if I can back out this modification.