run sqlite tests in parallel (#331)

This commit is contained in:
tobi 2021-11-27 13:41:00 +01:00 committed by GitHub
commit 5ed03480e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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