Skip to content

Reduce cargo test parallelism. #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 2, 2017
Merged

Conversation

BurntSushi
Copy link
Member

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.

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.
@BurntSushi
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Jan 2, 2017

📌 Commit e915a27 has been approved by BurntSushi

@bors
Copy link
Contributor

bors commented Jan 2, 2017

⌛ Testing commit e915a27 with merge dde7851...

bors added a commit that referenced this pull request Jan 2, 2017
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.
@bors
Copy link
Contributor

bors commented Jan 2, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: BurntSushi
Pushing dde7851 to master...

@bors bors merged commit e915a27 into rust-lang:master Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants