Skip to content

Commit 68a668e

Browse files
authored
Update go.yml
1 parent e8490bf commit 68a668e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Test
26-
run: go test -covermode=count -coverprofile=profile.cov ./pkg/...
26+
run: sudo go test -covermode=count -coverprofile=profile.cov ./pkg/...
2727

2828
- name: Send coverage
2929
env:

0 commit comments

Comments
 (0)