两种方法

  1. GOCACHE

go version在1.10以上,但在1.11以上时,这个变量会让go mod不可用


GOCACHE=off go test ...

  1. count参数

go test -count=1 ...