Skip to content

Commit a5a4e06

Browse files
authored
Merge ec4c8fc into 5a02692
2 parents 5a02692 + ec4c8fc commit a5a4e06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
- Write unit tests for your code.
2525
- Prefer fixture tests over inline (`#[test]`) tests.
26+
- Before running tests, run `git submodule update --init --recursive` to initialize and update all submodules.
2627
- You can do `UPDATE=1 cargo test` to get test outputs updated for fixture tests.
2728
- When instructed to fix tests, do not remove or modify existing tests.
2829

0 commit comments

Comments
 (0)