merge and fix tests
Some checks failed
Rhai Tests / Run Rhai Tests (push) Has been cancelled

This commit is contained in:
timurgordon
2025-05-23 21:46:11 +03:00
parent fedf957079
commit c0e11c6510
8 changed files with 106 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
BASE_DIR="."
# Path to herodo executable (assuming debug build)
HERODO_CMD="../target/debug/herodo"
HERODO_CMD="$HOME/hero/bin/herodo"
# Define colors for output
GREEN='\033[0;32m'