Created
May 23, 2025 14:07
-
-
Save Kartones/2075763543b2436ac10614b47656c8ba to your computer and use it in GitHub Desktop.
cursor-run-tests-after-changes.mdc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| description: Always re-run existing tests after any source code change | |
| globs: | |
| alwaysApply: true | |
| --- | |
| Always re-run existing tests after any source code change. | |
| If you modify any source file (e.g. `.py` files, `.js` files, `.ts` files), check if the repository contains any test, and run them. Tests might be inside folders called `test`, or files containing `test` in their name. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment