summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
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: