chore: add test log

This commit is contained in:
kaichaosun 2025-12-18 17:31:13 +08:00
parent f05a033343
commit 5fbf4db255
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF

View File

@ -54,9 +54,11 @@ else
echo "Please update the submodule to ${rln_version}"
exit 1
fi
echo "build with cargo"
# if submodule version = version in Makefile, build rln
cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey
echo "build with cargo"
echo "Contents of target/release:"
ls -lh "${build_dir}/target/release"