Fix CI
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
${{ runner.os }}-v1-go-
|
||||
|
||||
- name: Run tests
|
||||
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
|
||||
run: go test -race -covermode=atomic -coverprofile="coverage.out" ./...
|
||||
|
||||
- name: Upload coverage report to Coveralls
|
||||
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.15.x'
|
||||
|
||||
Reference in New Issue
Block a user