It seems that jac test is not recognizing updates to files after they are modified. Even if the file content changes, the results remain the same unless I manually execute jac clean before rerunning the tests. This adds an extra step in the workflow that might be unintended.
Steps to replicate:
Run jac test on a file.
Modify the file.
Re-run jac test without running jac clean.
The test results remain unchanged despite the modifications.
Expected behavior:
The jac test command should detect file changes and run the updated tests without needing a manual jac clean after each modification.
Description
It seems that jac test is not recognizing updates to files after they are modified. Even if the file content changes, the results remain the same unless I manually execute jac clean before rerunning the tests. This adds an extra step in the workflow that might be unintended.
Steps to replicate:
Expected behavior: