Skip to content

Commit 7dfd94c

Browse files
committed
cursor
1 parent 5cf4e07 commit 7dfd94c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cursorrules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@
8383
### 3. Test workflow (AUTOMATICALLY applied when the code is significantly changed and should be tested)
8484
### ───────────────────────────────────────────────────────────────────
8585

86-
- Run the test suite after any meaningful code change to verify correctness, but ask the user to alter the test suite command so that only the relevant tests are run.
86+
- Run the test suite after any meaningful code change to verify correctness.
87+
- Ask the user to alter the test suite command so that only the relevant tests are run.
88+
- When you think you are done with the code changes, run ./mfc.sh test -j $(nproc) -f EA8FA07E -t 9E2CA336
89+
- Otherwise, only run specific tests that are relevant to the code changes.
90+
- Do not run ./mfc.sh test -j $(nproc) without any other arguments (it takes too long to run all tests).
8791

8892
### ───────────────────────────────────────────────────────────────────
8993
### 4. OpenACC programming guidelines (AUTOMATICALLY applied to *.fpp/*.f90)

0 commit comments

Comments
 (0)