You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #318 - BurntSushi:tweak-travis, r=BurntSushi
Reduce cargo test parallelism.
It looks like `cargo test` is getting SIGKILL'ed on travis and I'm not
sure why. One possibility is that it's running out of memory. Try to fix
this by reducing the number of jobs `cargo test` does in parallel.
0 commit comments