-
Notifications
You must be signed in to change notification settings - Fork 172
Run tests using cargo hack
#364
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
|
Please note that this PR is intended to reveal existing breakage. |
a4250db to
29d1d5c
Compare
|
Thanks @npmccallum The |
This dynamically ensures that the various combinations of features flags successfully work. Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
Signed-off-by: Nathaniel McCallum <[email protected]>
|
@franziskuskiefer I took a slightly different approach. Let me know if this doesn't work. |
franziskuskiefer
left a comment
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.
@franziskuskiefer I took a slightly different approach. Let me know if this doesn't work.
That works as well. Thanks!
This dynamically ensures that the various combinations of features flags
successfully work.
Signed-off-by: Nathaniel McCallum [email protected]