Fix tests
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@ run:
|
||||
test:
|
||||
# go test ./...
|
||||
which gotestsum || go install gotest.tools/gotestsum@latest
|
||||
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./test"
|
||||
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./..."
|
||||
|
||||
version:
|
||||
_data/version.sh
|
Reference in New Issue
Block a user