Skip to content

Commit 1637de0

Browse files
committed
Try using 1 test thread to avoid postgres deadlocks
1 parent 0aa5b9a commit 1637de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222

2323
script:
2424
- cargo build
25-
- cargo test
25+
- cargo test -- --test-threads=1
2626
- yarn run test
2727

2828
after_success:

0 commit comments

Comments
 (0)