From 5ed03480e7a03d5d957f7f43c0ad0bd46cb462c8 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 27 Nov 2021 13:41:00 +0100 Subject: run sqlite tests in parallel (#331) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.3