Add --test-threads=1 to instructions on how to run tests.

Currently, the tests don't work in parallel. The tests try to create a
data directory in the same path and clash with each other. That should be
fixed, but for now, let's at least fix the instructions on how it works
now.
This commit is contained in:
Heikki Linnakangas
2021-04-06 14:00:37 +03:00
parent 37e258edf2
commit 4706ed4238

View File

@@ -7,7 +7,7 @@ Zenith substitutes PostgreSQL storage layer and redistributes data across a clus
```sh
git clone --recursive https://github.com/libzenith/zenith.git
./pgbuild.sh # builds postgres and installs it to ./tmp_install
cargo test
cargo test -- --test-threads=1
```
## Source tree layout