mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2025-02-16 15:09:48 +03:00
7 lines
No EOL
86 B
Bash
Executable file
7 lines
No EOL
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
GTS_DB_TYPE=sqlite \
|
|
GTS_DB_ADDRESS=':memory:' \
|
|
go test ./... ${@} |