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 know this is old but I just want to mention that I would really love this too. If there is any sort of workaround or alternative solution I'd love to hear about it :)
parallel_tests
has an option to distribute tests across multiple CI workers (eg.,strategy.matrix
for GitHub Actions.)For instance,
bundle exec parallel_test test -n 6 --only-group 5,6
.I want to be able to do the same with
turbo_tests
:bundle exec turbo_tests -n6 --only-group 6
.The text was updated successfully, but these errors were encountered: