summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-21 14:03:45 +0300
committerPaul Buetow <paul@buetow.org>2024-09-21 14:03:45 +0300
commitdff4d455e07d639b82a0bed814f41d0656e9b6d0 (patch)
tree56289a6fd80a00a9724992ab9cb8b3d7215ebedf /Taskfile.yml
parent780ade3dc066afb8a43be824373414f3d316ebd6 (diff)
cleanup
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index df9afcc..cdcc51f 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -11,12 +11,10 @@ tasks:
GOS_EDITOR: hx
build:
cmds:
- - go build -o gosd cmd/gosd/main.go
- go build -o gos cmd/gos/main.go
dev:
deps: ["test", "vet", "lint"]
cmds:
- - go build -race -o gosd cmd/gosd/main.go
- go build -race -o gos cmd/gos/main.go
test:
cmds: