From 8302460a01e3d8b644efb01131b895929c4a97b6 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Wed, 10 Jan 2024 14:04:19 +0800 Subject: [PATCH] Add cli test to make integration --- devtools/ci/integration.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/ci/integration.sh b/devtools/ci/integration.sh index 50b78a0d..0b26eabf 100755 --- a/devtools/ci/integration.sh +++ b/devtools/ci/integration.sh @@ -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" \