Skip to content
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

fix: temporarily use single threaded for cargo test in CI #56 #57

Merged
merged 3 commits into from
Mar 1, 2023

Conversation

jordanrfrazier
Copy link
Collaborator

Seems other people are seeing this issue more frequently as well - actions/runner-images#6680

For now, reducing cargo test to a single thread seems to solve the issue. We could update to larger runners and/or reduce our cpu/memory usage in tests, but this should get our current PRs unblocked at the cost of slower CI

@jordanrfrazier jordanrfrazier disabled auto-merge March 1, 2023 03:20
@jordanrfrazier jordanrfrazier enabled auto-merge March 1, 2023 03:27
@jordanrfrazier jordanrfrazier added this pull request to the merge queue Mar 1, 2023
Merged via the queue into main with commit 1c6059e Mar 1, 2023
@jordanrfrazier jordanrfrazier deleted the ci/use-single-thread-for-cargo-test branch March 1, 2023 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants