This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gotosocial
mirror of
Watch
1
Fork
You've already forked gotosocial
0
Code
Issues
Releases
Activity
9bd03e122e
gotosocial
/
test
/
run-sqlite.sh
7 lines
86 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-e
GTS_DB_TYPE
=
sqlite
\
GTS_DB_ADDRESS
=
':memory:'
\
go
test
./...
${
@
}
Reference in New Issue
View Git Blame
Copy Permalink