Fix testing by using RUST_TEST_THREADS=1.
This commit is contained in:
parent
aa502b687d
commit
a06476fa96
2 changed files with 28 additions and 26 deletions
2
.travis.yml
vendored
2
.travis.yml
vendored
|
@ -27,5 +27,7 @@ script:
|
|||
- cargo test
|
||||
env:
|
||||
- DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
- RUST_TEST_THREADS=1
|
||||
|
||||
addons:
|
||||
postgresql: "9.4"
|
||||
|
|
Reference in a new issue