test command

This commit is contained in:
Nazar Kanaev 2021-04-05 21:04:48 +01:00
parent 144fc1606a
commit ecdfcb5017

View File

@ -34,3 +34,6 @@ build_windows:
serve:
go run -tags "sqlite_foreign_keys" src/main.go -db local.db
test:
cd src && go test -tags release ./...