summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-13 00:59:15 +0300
committerPaul Buetow <paul@buetow.org>2023-06-13 00:59:15 +0300
commit93b32777632eb79393e4f6fe0b752665c8e511ff (patch)
treedb6e7b7f0fc003d3fd816eaf769bb66eb9f46dd3 /Taskfile.yml
parenta04fa17d3719e5435c35a599cf566630a08108a8 (diff)
lower vote expiry, send every expiry interval to partners my move anyway
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 886e8b6..3d16722 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -4,6 +4,9 @@ tasks:
build:
cmds:
- go build -o gorum cmd/gorum/main.go
+ race:
+ cmds:
+ - go build -race -o gorum cmd/gorum/main.go
test:
cmds:
- go clean -testcache