serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 25 forks source link

Set bundler environmental variables when they are provided #35

Closed hsbt closed 1 year ago

hsbt commented 1 year ago

Hello, I'm maintainer of RubyGems and Bundler.

Bundler repo vendored turbo_tests for our test suites like https://github.com/rubygems/rubygems/tree/master/bundler/tool/turbo_tests. I hope to use release version of turbo_tests, not vendoring.

I removed bundle exec from commands builder of turbo_tests if they didn't use turbo_tests under the bundler because Bundler need to use turbo_tests without bundler environment.

How about this?

Thank you for develop this ❤️

ilyazub commented 1 year ago

Hello, @hsbt! It's a great honor for me!

I'll test your PR manually and share my feedback.

Thanks to Discourse and RubyGems teams for the initial development of turbo_tests :hearts: