Skip to content

Commit e29786e

Browse files
committed
fix: 1.25 test problem
1 parent 8b3e6e4 commit e29786e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ hertz-gen-api:
100100
# 我们通过`go list`来列出所有的包,然后通过`grep`来过滤掉不需要测试的包
101101
.PHONY: test
102102
test:
103+
go env -w GOTOOLCHAIN=go1.25.0+auto # FIXME: https://github.com/golang/go/issues/75031
103104
go test -v -gcflags="all=-l -N" -coverprofile=coverage.txt -parallel=16 -p=16 -covermode=atomic -race -coverpkg=./... \
104105
`go list ./... | grep -E -v "kitex_gen|.github|idl|docs|config|deploy|docker"`
105106

0 commit comments

Comments
 (0)