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
I think we're not using parallism correctly; see https://circleci.com/docs/2.0/parallelism-faster-jobs/ - this would work if we split up tests into different containers, but at the moment it just means we run the tests multiple times (and slow down other builds).
I think we're not using
parallism
correctly; see https://circleci.com/docs/2.0/parallelism-faster-jobs/ - this would work if we split up tests into different containers, but at the moment it just means we run the tests multiple times (and slow down other builds).See e.g. https://circleci.com/gh/cosmos/cosmos-sdk/10496#tests/containers/1, which just ran the same unit tests four different times.
The text was updated successfully, but these errors were encountered: