Start adding tests
Some checks failed
ci/woodpecker/push/build Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-05-17 16:14:59 +02:00
parent 9e8ddd9433
commit 60297dfaf7
9 changed files with 180 additions and 9 deletions

View File

@@ -15,6 +15,9 @@ tasks:
unit:
desc: Run unit tests
env:
SOFTPLAYER_DB_CONNECTION_STRING: postgres://softplayer:qwertyu9@localhost:30432/softplayer?sslmode=disable
SOFTPLAYER_REDIS_HOST: localhost:30379
cmd: go test ./...
silent: true