There was an error while loading. Please reload this page.
1 parent 8b3e6e4 commit e29786eCopy full SHA for e29786e
1 file changed
Makefile
@@ -100,6 +100,7 @@ hertz-gen-api:
100
# 我们通过`go list`来列出所有的包,然后通过`grep`来过滤掉不需要测试的包
101
.PHONY: test
102
test:
103
+ go env -w GOTOOLCHAIN=go1.25.0+auto # FIXME: https://github.com/golang/go/issues/75031
104
go test -v -gcflags="all=-l -N" -coverprofile=coverage.txt -parallel=16 -p=16 -covermode=atomic -race -coverpkg=./... \
105
`go list ./... | grep -E -v "kitex_gen|.github|idl|docs|config|deploy|docker"`
106
0 commit comments