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
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
cargo t sets the number of test threads to the number of available cores.
GHA probably makes 1 or 2 cores available to each test work. we should consider passing a bigger --test-threads flag to cargo t since our tests are not particularly CPU expensive since they mostly do IO.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cargo t
sets the number of test threads to the number of available cores.GHA probably makes 1 or 2 cores available to each test work. we should consider passing a bigger
--test-threads
flag tocargo t
since our tests are not particularly CPU expensive since they mostly do IO.The text was updated successfully, but these errors were encountered: