Add unit tests to the task file
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user