Add unit tests to the task file

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-05-13 23:25:50 +02:00
parent eb339f5495
commit 327410f76e

View File

@@ -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: