index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
./...
${
@
}