Fix tests

This commit is contained in:
2023-08-14 16:32:39 +02:00
parent 202afc9068
commit a95053211c
5 changed files with 48 additions and 52 deletions

View File

@@ -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