-
Notifications
You must be signed in to change notification settings - Fork 228
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
CI: Fix CKB command line usage test case by bats-core/bats #3893
CI: Fix CKB command line usage test case by bats-core/bats #3893
Conversation
cc32378
to
a494f45
Compare
3575195
to
895fc9e
Compare
Signed-off-by: Eval EXEC <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
895fc9e
to
6eb8dd0
Compare
I think this PR is ready for review. |
2fd8500
to
b53e84b
Compare
There is a CI action which cost 8 hours: https://github.com/nervosnetwork/ckb/actions/runs/4499249342/jobs/7916891732 |
blocking by #3904 |
https://github.com/nervosnetwork/ckb/actions/runs/4509147319/jobs/7938569945 Weirdly, CI action failed to copy cp: cannot stat 'target/release/ckb': No such file or directory |
b7bf2a6
to
108d022
Compare
21df909
to
70e2ec9
Compare
Signed-off-by: Eval EXEC <execvy@gmail.com>
70e2ec9
to
64d2880
Compare
CI integration test failed on MacOS (https://github.com/nervosnetwork/ckb/actions/runs/4510071188/jobs/7940588698)
|
What problem does this PR solve?
This PR want to enhance test case for ckb command line usage. Related: #3892
Cc. @quake
bats-core/bats
,bats-core/bats-assert
andbats-core/bats-support
*.bats
tests inutil/app-config/src/tests
make cli-test
)What is changed and how it works?
Related changes
bats
toolkit version in CI job.ckb list-hashes
andckb list-hashes -b
bats test case.Check List
Tests
Side effects
None
Release note