summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index f4588d1..2158167 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -8,9 +8,9 @@ tasks:
cmds:
- go run ./cmd/totalrecall
test:
- desc: Run all tests
+ desc: Run all tests with race detector
cmds:
- - go test ./...
+ - go test -race ./...
test-verbose:
desc: Run all tests with verbose output