-
Notifications
You must be signed in to change notification settings - Fork 252
[CI] Run specs and tests #119
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
Conversation
It works, but to be practical it's too slow to care about for now.
- jruby-19mode | ||
- rbx-19mode | ||
# - rbx-2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to drop official support for rbx for the 1.0 release as well, unless there's someone who's explicitly interested in supporting it. I don't think I can give it justice. Out of scope for this PR though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was feeling the same while testing this out. I think we can keep the builds, but put them under allow_failures
so we can keep an eye on it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 to allow_failures
. Be good to add ruby-head
in there as well to foresee future incompatibilities
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also gonna punt on moving rbx
to allowed failures/unofficial support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And by "unofficial support" I mean "not officially supported".
👍 |
[CI] Run specs and tests
While we move away from rspec and towards minitest, now seems like a good time to start running both to make sure builds don't break.
cc @jch @schaary