mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-07 08:54:39 +01:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
GTS_DB_TYPE=sqlite \
|
|
GTS_DB_ADDRESS=':memory:' \
|
|
go test ./... ${@} |