From 58da994ff1b5d5841a044425180c15c76e41267a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Thu, 19 Jun 2025 23:48:51 +0300 Subject: Add test task --- Taskfile.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 ./... -- cgit v1.2.3