From 4244e5ee8efffa35e5e34542b66fc4d9a3b0475a Mon Sep 17 00:00:00 2001 From: Rangel Reale Date: Sat, 30 Nov 2024 07:12:09 -0300 Subject: [PATCH] add test task --- Taskfile.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index e7d8a0a..b22a64e 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,6 +1,9 @@ version: '3' tasks: + test: + cmds: + - 'go test ./...' current-version: cmds: - 'echo "Version: {{.GIT_TAG_CURRENT}}"'