Skip to content

Commit

Permalink
Add cli test to make integration
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Jan 10, 2024
1 parent 9f49c41 commit 8302460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devtools/ci/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ cd plugin-protocol && cargo build --example keystore_no_password && cd ..
rm -rf test/target && ln -snf "${CKB_CLI_DIR}/target" test/target
export RUST_LOG=ckb_cli=info,cli_test=info

./test/cli_test.sh "${CKB_CLI_DIR}/target/release/ckb-cli"

cd test && cargo run -- \
--ckb-bin "${CKB_BIN}" \
--cli-bin "${CKB_CLI_DIR}/target/release/ckb-cli" \
Expand Down

0 comments on commit 8302460

Please sign in to comment.