test command
This commit is contained in:
parent
144fc1606a
commit
ecdfcb5017
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue