-
Notifications
You must be signed in to change notification settings - Fork 106
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(deps): Add test dependency from zebra-rpc to zebra-network with correct features #5992
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #5992 +/- ##
==========================================
- Coverage 78.03% 78.02% -0.01%
==========================================
Files 312 312
Lines 38995 38995
==========================================
- Hits 30430 30427 -3
- Misses 8565 8568 +3 |
Failed with:
Iam restarting the failed check. |
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.
looks good, if everything pass it should be ok to merge.
PR #5985 fixes this issue, it might not have merged when I pushed this branch. |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
✅ Pull request refreshed |
@Mergifyio refresh |
Hopefully this should merge now that we've fixed that CI Docker bug |
✅ Pull request refreshed |
Motivation
If I build the tests for the individual
zebra-rpc
crate, the build fails due to a missing dependency.This is a bug from PR #5951.
Solution
Add the correct dependencies for the
proptest-impl
feature.Review
Anyone can review this code. It blocks some kinds of testing, so I think it might be a high priority.
Reviewer Checklist
Follow Up Work
I don't think we need any extra CI checks for this build bug, because it just happens in test code.