test with foreign keys
This commit is contained in:
parent
1013cd1122
commit
bfe7bfdbd5
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -36,4 +36,4 @@ serve:
|
||||||
go run -tags "sqlite_foreign_keys" src/main.go -db local.db
|
go run -tags "sqlite_foreign_keys" src/main.go -db local.db
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd src && go test -tags release ./...
|
cd src && go test -tags "sqlite_foreign_keys release" ./...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue