diff options
Diffstat (limited to 'vendor/github.com/stretchr/objx/Taskfile.yml')
| -rw-r--r-- | vendor/github.com/stretchr/objx/Taskfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/stretchr/objx/Taskfile.yml b/vendor/github.com/stretchr/objx/Taskfile.yml index a749ac549..7746f516d 100644 --- a/vendor/github.com/stretchr/objx/Taskfile.yml +++ b/vendor/github.com/stretchr/objx/Taskfile.yml @@ -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 ./... |
