We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb7f0c commit ac938acCopy full SHA for ac938ac
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version: ${{ matrix.go-version }}
28
29
- name: Test
30
- run: go test -race -covermode=atomic -coverprofile=coverage.out
+ run: GOEXPERIMENT=rangefunc go test -race -covermode=atomic -coverprofile=coverage.out
31
32
- name: Upload coverage to Codecov
33
uses: codecov/codecov-action@v3
0 commit comments