summaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-19 23:48:51 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-19 23:48:51 +0300
commit58da994ff1b5d5841a044425180c15c76e41267a (patch)
treeec42a8385506f9107046c316036d6f08df211f94 /Taskfile.yaml
parent07527d6cc3e3d9438977d780a2687851d096fba1 (diff)
Add test task
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index fd27474..7b595c1 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -4,3 +4,6 @@ tasks:
default:
cmds:
- go run ./cmd/tasksamurai
+ test:
+ cmds:
+ - go test ./...