mozilla-services / pushbox

Durable Storage for Push
Mozilla Public License 2.0
6 stars 9 forks source link

Add RUST_TEST_THREADS=1 to test command #80

Open jrconlin opened 3 years ago

jrconlin commented 3 years ago

Databases tend to get a bit screwy when running multi-threaded tests against them.

Probably should add RUST_TEST_THREADS=1 to the cargo test command in cirleci config.