mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:12:25 -05:00
run sqlite tests in parallel (#331)
This commit is contained in:
parent
ab316d2250
commit
5ed03480e7
3 changed files with 4 additions and 4 deletions
|
|
@ -160,7 +160,7 @@ There are a few different ways of running tests. Each requires the use of the `-
|
|||
If you want to run tests as quickly as possible, using an SQLite in-memory database, use:
|
||||
|
||||
```bash
|
||||
GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test -p 1 ./...
|
||||
GTS_DB_TYPE="sqlite" GTS_DB_ADDRESS=":memory:" go test ./...
|
||||
```
|
||||
|
||||
#### Postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue