- Added a GitHub Actions workflow to automatically run Rhai tests on
push and pull request events.
- Created documentation for the CI workflow.
- Improved test runner script to log output to a file and check for
test failures.
- Added a comprehensive guide on running Rhai tests within the
SAL library. This includes instructions for running all tests,
tests for specific modules, and individual tests.
- Created a shell script (`run_rhai_tests.sh`) to simplify running
all Rhai tests and provide a summary of results. This improves
the testing workflow and makes it easier to identify failures.