Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 24, 2020
1 parent e8490bf commit 68a668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Send coverage
env:
Expand Down

0 comments on commit 68a668e

Please sign in to comment.