Skip to content

Instantly share code, notes, and snippets.

@Kartones
Created May 23, 2025 14:07
Show Gist options
  • Select an option

  • Save Kartones/2075763543b2436ac10614b47656c8ba to your computer and use it in GitHub Desktop.

Select an option

Save Kartones/2075763543b2436ac10614b47656c8ba to your computer and use it in GitHub Desktop.
cursor-run-tests-after-changes.mdc
---
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