update makefile

This commit is contained in:
Nazar Kanaev 2023-10-24 21:48:47 +01:00
parent 55751b3eb6
commit 13c047fc21

View File

@ -30,4 +30,4 @@ serve:
go run -tags "sqlite_foreign_keys" ./cmd/yarr -db local.db
test:
cd src && go test -tags "sqlite_foreign_keys" ./...
go test -tags "sqlite_foreign_keys" ./...