Skip to content

Commit 6c958f7

Browse files
workspace: add rule for test execution patterns (#11521)
* workspace: add rule for running commands in sequencer venv * workspace: add rule for comment style conventions * workspace: add rule for test execution patterns
1 parent b8ac603 commit 6c958f7

File tree

1 file changed

+9
-0
lines changed
  • .cursor/rules/test-execution

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: "Test execution patterns and best practices"
3+
globs: "**/*.rs"
4+
alwaysApply: true
5+
---
6+
7+
# Overview
8+
9+
When running specific tests, always use `-p` to compile only the specific crate.

0 commit comments

Comments
 (0)