rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 1.99k forks source link

Enable parallel specs again #7550

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

What was the end-user problem that led to this PR?

The problem was that specs are slow.

What is your fix for the problem, implemented in this PR?

My fix is to run them in parallel.

We enabled this a while ago, but run into some issues. I want to try again.

deivid-rodriguez commented 4 years ago

It looks like this is working, let's try this!

@bundlerbot merge

ghost commented 4 years ago

Build succeeded