Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuufuk committed May 23, 2020
1 parent f0fa286 commit 3c8edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: go mod tidy && git diff --no-patch --exit-code

- name: Run tests
run: got test -covermode=count -coverprofile=profile.cov ./...
run: go test -covermode=count -coverprofile=profile.cov ./...

- name: Send coverage
env:
Expand Down

0 comments on commit 3c8edad

Please sign in to comment.