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 af6a42f commit 9a1065aCopy full SHA for 9a1065a
AGENT.md
@@ -12,6 +12,7 @@
12
- Keep Swift 6 concurrency rules in mind.
13
- Avoid changing test timing or adding arbitrary sleeps unless there is a reproducible failure that requires it.
14
- Do not assume flaky behavior is code-related until build cache, Xcode test settings, and toolchain state are ruled out.
15
+- Do not run `git commit` and `git push` in parallel. Always wait for the commit to finish before pushing.
16
17
## Test Guidance
18
0 commit comments