summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 62aefaa..886e8b6 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -7,4 +7,4 @@ tasks:
test:
cmds:
- go clean -testcache
- - go test ./... -v
+ - go test ./... -v -race