Skip to content

Commit

Permalink
Fix typo in Taskfile (#122)
Browse files Browse the repository at this point in the history
Super minor change and you could do it yourself - just found it and would propose fixing it
  • Loading branch information
tobischo committed Sep 18, 2022
1 parent 4df03b2 commit 50a2c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Expand Up @@ -25,6 +25,6 @@ tasks:
- go test -race ./...

test-coverage:
desc: Runs go tests and calucates test coverage
desc: Runs go tests and calculates test coverage
cmds:
- go test -race -coverprofile=c.out ./...

0 comments on commit 50a2c06

Please sign in to comment.