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

Claim compatibility with parallel_tests v4 #29

Closed franzliedke closed 1 year ago

franzliedke commented 1 year ago

As requested, this relaxes the dependency constraint to also allow installation with parallel_tests v4.

A hypothetical v5 release will not be installed automatically, until whitelisted.

Fixes #28.

franzliedke commented 1 year ago

Done! That would make this a new major release, strictly speaking? 🤔

franzliedke commented 1 year ago

In this PR, you mean? 🤔 I can do that, I guess. 😉

franzliedke commented 1 year ago

The GH action for release seems to have failed... 😬

franzliedke commented 1 year ago

ping @ilyazub Can you look into it? 🙏🏼

ilyazub commented 1 year ago

@franzliedke Yes, I'll manually release the version 2.0.0.

franzliedke commented 1 year ago

Sorry @ilyazub, can you try again? 🙏🏼

ilyazub commented 1 year ago

@franzliedke Just published the v2.0.0 after fixing tag_and_release.yml workflow:

Thanks for the follow up.