From d67e709130aab76685a633ffb44c442a0107226a Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 00:10:39 -0500 Subject: [PATCH] docs: update CI setup summary for clarity and accuracy in Rust bridge section --- CI_SETUP_SUMMARY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CI_SETUP_SUMMARY.md b/CI_SETUP_SUMMARY.md index eceb050..d3fe19d 100644 --- a/CI_SETUP_SUMMARY.md +++ b/CI_SETUP_SUMMARY.md @@ -55,7 +55,7 @@ Fixed the protocol signature test in `tests/TestHarness.cpp`: ### Rust Bridge - ✅ Successful compilation -- ⚠️ 4 warnings (unused imports/functions - not blocking) +- ✅ Clean build (no warnings in release mode) ## How to Use @@ -75,7 +75,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Debug make # Run tests -./build/stardust-tests +./build/starworld-tests ``` ### Check Code Quality