Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify Octave unit test commands in build.yml
Streamlined the Octave unit test commands in the `build.yml` file for both Linux and Windows environments. The changes involve using more concise conditional statements directly within the `octave --eval` command to check if the tests pass and exit accordingly. This reduces the complexity of the conditional checks and enhances readability.
- Loading branch information