-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken --fail-fast
#5633
Fix broken --fail-fast
#5633
Conversation
Nice catch! Can you please add a changelog entry as well? |
@bbatsov thank you for your review! I added a changelog in the last commit 😄 |
Thanks for the first time contribution. It seems that CI has failure. That will be resolved by adding your account at the end of CHANGELOG.md. When you are finished, please squash multiple commits in PR into 1 commit. |
Add lacked `--fail-fast` test at minimum as well
@koic I fixed the CHANGELOG.md and rebased the commits into a single one 👍 Thank you for your help 🙌 |
👍 |
👍 |
Are there any plans to release it? |
rubocop --fail-fast
was broken at 43a157fI fixed this and add minimum test for it.