summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-27 13:41:00 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-27 13:41:00 +0100
commit5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8 (patch)
tree9c1ec2bc6303561e422c51800d7276fdb0a7f64f /CONTRIBUTING.md
parentFix broken defaults and broken flags (#314) (diff)
downloadgotosocial-5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8.tar.xz
run sqlite tests in parallel (#331)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
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