-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
bacon test
doesn't recognize --features
#171
Comments
What bacon does when you call it with Here's the default definition of the test job:
The A workaround is to just edit your bacon.toml file to remove the second line of this command, like this:
I should probably detect in bacon when there's a |
Thanks for the advice, it worked ;) I see that the second line came from #124, cargo # 1983 being the main obstacle for a more elegant solution. In a general sense, adding Edit: after second thought, |
Should be fixed now |
(released in 2.15) |
After running this:
I got this:
Putting
--features std
beforetest
, i.e.bacon --features std test
, doesn't work either.This feels rather bizarre as the default job
check
runs fine with it.The text was updated successfully, but these errors were encountered: