summaryrefslogtreecommitdiff
path: root/test/run-sqlite.sh
blob: fb5502432bfe3ff43d312d850081283d73813cef (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

GTS_DB_TYPE=sqlite \
GTS_DB_ADDRESS=':memory:' \
go test ./... ${@}