File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ jobs:
3737 go_version : ['oldstable', 'stable' ]
3838
3939 steps :
40- - name : Run unit tests
41- uses : actions/setup-go@v5
42- shell : bash
40+ - uses : actions/setup-go@v5
4341 with :
4442 go-version : ' ${{ matrix.go_version }}'
4543 check-latest : true
4644 cache : true
4745
4846 - uses : actions/checkout@v4
49- - run : go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
47+ - name : Run unit tests
48+ shell : bash
49+ run : go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
5050
5151 - name : Upload coverage to codecov
5252 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments