Skip to content

Commit 18902c2

Browse files
ci: enable synctest on Go 1.24
1 parent 3531356 commit 18902c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ${{ matrix.os }}-latest
1111
name: Tests (${{ matrix.os}}, Go ${{ matrix.go }})
1212
timeout-minutes: 10
13+
env:
14+
GOEXPERIMENT: ${{ matrix.go == '1.24.x' && 'synctest' || '' }}
1315
steps:
1416
- uses: actions/checkout@v5
1517
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)