Skip to content

Commit 708f8f0

Browse files
authored
Update test.yml
1 parent c2edd61 commit 708f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ${{ matrix.go-version }}
2626

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

3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)