-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade ckb dependencies to 0.111.0
, use cargo-nextest
to run unit tests
#153
Upgrade ckb dependencies to 0.111.0
, use cargo-nextest
to run unit tests
#153
Conversation
@quake Please help me trigger the CI action. I want to know if my changes can make the CI on the Windows platform successfully complete. |
Signed-off-by: Eval EXEC <[email protected]>
Signed-off-by: Eval EXEC <[email protected]>
c574b80
to
1d87316
Compare
0.111.0
, use cargo-nextest
to run unit tests
@quake Please re-trigger the CI action. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #153 +/- ##
===========================================
- Coverage 69.92% 69.78% -0.15%
===========================================
Files 25 25
Lines 6375 6395 +20
===========================================
+ Hits 4458 4463 +5
- Misses 1917 1932 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Hi, is there a plan to create a release for this PR? |
we are testing this PR, but we don't have a confirmed release date yet. |
This PR do these changes;
chrry-picked
ac8b3c9cargo nextest run
to run unit tests