Skip to content

Commit 8a3723e

Browse files
committed
Add GODEBUG=asynctimerchan=0 to CI for Go 1.25 synctest compatibility
1 parent ad55fac commit 8a3723e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131

3232
- name: Test
3333
run: go test -v -bench=. -coverprofile=coverage.txt ./...
34+
env:
35+
GODEBUG: asynctimerchan=0

0 commit comments

Comments
 (0)