feat: Migrate SAL to Cargo workspace
- Migrate individual modules to independent crates - Refactor dependencies for improved modularity - Update build system and testing infrastructure - Update documentation to reflect new structure
This commit is contained in:
@@ -46,7 +46,7 @@ for runner in $RUNNERS; do
|
||||
log "${YELLOW}-------------------------------------${NC}"
|
||||
|
||||
# Run the test runner
|
||||
herodo --path $runner | tee -a $LOG_FILE
|
||||
herodo $runner | tee -a $LOG_FILE
|
||||
TEST_RESULT=${PIPESTATUS[0]}
|
||||
|
||||
# Check if the test passed
|
||||
|
Reference in New Issue
Block a user