From 6399354b809da92d52a81c84e4b5fbef21dad187 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 20 Mar 2021 19:04:08 +0000 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75e4256..5cee2b7 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ Run `./script/pear-local_loop recalc_leaderboards` to update the leaderboards. ## Testing -- Run `prove -lr` to run the full test suite using [Test-Simple](https://metacpan.org/release/Test-Simple) (when using an SQLite database); and -- run `PEAR_TEST_PG=1 prove -lr` to run the full test suite (when using a PostgreSQL database). +- Run `prove -lr -j 9` to run the full test suite using [Test-Simple](https://metacpan.org/release/Test-Simple) (when using an SQLite database); and +- run `PEAR_TEST_PG=1 prove -lr -j 9` to run the full test suite (when using a PostgreSQL database). Test files are found in the `t/` directory.