Skip to content

Commit ac938ac

Browse files
committed
fix workflow
1 parent 9fb7f0c commit ac938ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ matrix.go-version }}
2828

2929
- name: Test
30-
run: go test -race -covermode=atomic -coverprofile=coverage.out
30+
run: GOEXPERIMENT=rangefunc go test -race -covermode=atomic -coverprofile=coverage.out
3131

3232
- name: Upload coverage to Codecov
3333
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)