Skip to content

Commit 5fe3f9a

Browse files
committed
ci: fix windows argument parsing
1 parent db04ae8 commit 5fe3f9a

2 files changed

Lines changed: 32 additions & 290 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: go build -v ./...
5757

5858
- name: Test
59-
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v -p 1 ./...
59+
run: go test -race -coverprofile="coverage.txt" -covermode=atomic -v -p 1 ./...
6060

6161
- name: Upload coverage to Codecov
6262
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)