diff options
| author | 2021-11-27 13:41:00 +0100 | |
|---|---|---|
| committer | 2021-11-27 13:41:00 +0100 | |
| commit | 5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8 (patch) | |
| tree | 9c1ec2bc6303561e422c51800d7276fdb0a7f64f /CONTRIBUTING.md | |
| parent | Fix broken defaults and broken flags (#314) (diff) | |
| download | gotosocial-5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8.tar.xz | |
run sqlite tests in parallel (#331)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36fc16dad..dc03a1eae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |
