This commit is contained in:
2023-06-02 09:44:31 +02:00
parent 2807299d46
commit f610a2202c
2 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,9 @@ run:
echo "This is a library - can't be run" && false
test:
go test ./...
# go test ./...
which gotestsum || go install gotest.tools/gotestsum@latest
gotestsum --format "testname" -- -tags="timetzdata sqlite_fts5 sqlite_foreign_keys" "./test"
version:
_data/version.sh