mirror of https://github.com/LemmyNet/lemmy.git
Fix testing by using RUST_TEST_THREADS=1.
parent
aa502b687d
commit
a06476fa96
|
@ -27,5 +27,7 @@ script:
|
|||
- cargo test
|
||||
env:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
|
|
Loading…
Reference in New Issue