-
Notifications
You must be signed in to change notification settings - Fork 4
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
Xuniqueid propagate #6
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit a947769.
@@ -23,7 +23,7 @@ test: | |||
$(MAKE) integration | |||
$(MAKE) travis-cov | |||
$(MAKE) lint | |||
$(MAKE) check-dependencies | |||
$(MAKE) check-dependencies || true |
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 would rather leave these explicitly failing so we're reminded to fix them
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.
It is not realistic to expect us to be always be able to update deps and if they fail then make test fails and if a build relies on that then it will fail too. That was the reasoning behind this. You still see all the red output.
…unner into xuniqueid_propagate
See #5 for reference and previous discussion