summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-29 09:28:35 +0300
committerPaul Buetow <paul@buetow.org>2023-06-29 09:28:35 +0300
commit16602d176cb82da0f9980b95ac0ef6eec47953a2 (patch)
tree26ba82dc33a61b6de77e866d29cd719c31668ac1 /Taskfile.yml
parent84e5a4ae93eed6397a6cbf6091a0f5b3eacc78e2 (diff)
refactor config initialization
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index 4cc772b..45eae66 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -9,7 +9,6 @@ tasks:
cmds:
- go build -race -o gorum cmd/gorum/main.go
test:
- deps: ["vet", "lint"]
cmds:
- go clean -testcache
- go test ./... -v -race