Skip to content

Commit

Permalink
Try using 1 test thread to avoid postgres deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Dec 16, 2016
1 parent 0aa5b9a commit 1637de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ before_script:

script:
- cargo build
- cargo test
- cargo test -- --test-threads=1
- yarn run test

after_success:
Expand Down

0 comments on commit 1637de0

Please sign in to comment.