We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8a20 commit c8e1770Copy full SHA for c8e1770
.github/copilot-instructions.md
@@ -53,7 +53,7 @@ Carefully read the issue and think hard about a plan to solve it before coding.
53
- You MUST iterate and keep going until the problem is solved.
54
55
## 6. Testing
56
-- Run tests frequently using `make test`
+- Run tests frequently using `make test` and `make testacc`
57
- After each change, verify correctness by running relevant tests.
58
- If tests fail, analyze failures and revise your patch.
59
- Write additional tests if needed to capture important behaviors or edge cases.
0 commit comments