diff options
author | 2023-07-24 13:14:13 +0100 | |
---|---|---|
committer | 2023-07-24 13:14:13 +0100 | |
commit | 9eff0d46e49b947dc2642207ee49ed657eb6b565 (patch) | |
tree | 62994afff170737d83f1ed911e385504a0ad16cd /test/run-sqlite.sh | |
parent | [chore]: Bump github.com/microcosm-cc/bluemonday from 1.0.24 to 1.0.25 (#2021) (diff) | |
download | gotosocial-9eff0d46e49b947dc2642207ee49ed657eb6b565.tar.xz |
[feature/performance] support uncaching remote emoji + scheduled cleanup functions (#1987)
Diffstat (limited to 'test/run-sqlite.sh')
-rwxr-xr-x | test/run-sqlite.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/run-sqlite.sh b/test/run-sqlite.sh new file mode 100755 index 000000000..fb5502432 --- /dev/null +++ b/test/run-sqlite.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +GTS_DB_TYPE=sqlite \ +GTS_DB_ADDRESS=':memory:' \ +go test ./... ${@}
\ No newline at end of file |