From 327410f76e5dd29549b83f56c8889a4dd576fc45 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 13 May 2026 23:25:50 +0200 Subject: [PATCH] Add unit tests to the task file Signed-off-by: Nikolai Rodionov --- Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 581df46..43a0445 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -13,6 +13,11 @@ tasks: cmd: go build -o ./build/softplayer silent: true + unit: + desc: Run unit tests + cmd: go test ./... + silent: true + run-migrations-dev: desc: Execute database migrations env: