diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 00:28:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 00:31:52 -0800 |
commit | aef5781fdf5eca67ea7b2c04399500994090050d (patch) | |
tree | f16e53d7714e9a980cdb6a58d14491784b90b229 /rust/README.md | |
parent | 5dca65fa0992bedb826aa7a762dc69e1beaed2de (diff) | |
download | fatcat-aef5781fdf5eca67ea7b2c04399500994090050d.tar.gz fatcat-aef5781fdf5eca67ea7b2c04399500994090050d.zip |
revert pg_tmp parallel tests (for now)
I really want these to work, but even with jitter get frequent test
failures, and CI is broken.
Diffstat (limited to 'rust/README.md')
-rw-r--r-- | rust/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/README.md b/rust/README.md index 33249a44..decfc74d 100644 --- a/rust/README.md +++ b/rust/README.md @@ -42,10 +42,6 @@ Build and run: Tests: - cargo test - - # if you get weird postgres errors, try running only one test at a time - # (slow and conservative) cargo test -- --test-threads 1 Note that most "integration" level tests are written in python and run by |