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

Add --runtime-log option #16

Closed AMHOL closed 2 years ago

AMHOL commented 2 years ago

@ilyazub with my current setup, it makes it easier to cache between builds, the Rails tmp directory is wiped between builds, so storing it in a different directory makes life much easier (and cheaper).

AMHOL commented 2 years ago

@ilyazub is this something you'd consider merging or should I close the PR and find an alternate method?

AMHOL commented 2 years ago

TY @ilyazub