diff options
Diffstat (limited to 'Taskfile.yaml')
| -rw-r--r-- | Taskfile.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml index f0da8b1..c0746ac 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -44,7 +44,7 @@ tasks: bench: desc: Run benchmarks cmds: - - go test -bench=. ./... + - go test -bench=. -benchmem ./... fmt: desc: Format code |