document parallel test gate

This commit is contained in:
Yisroel Baum 2026-08-15 22:34:46 +03:00
parent ce5fa65f03
commit de192bc59b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 14 additions and 3 deletions

View file

@ -131,6 +131,9 @@ intentionally unclaimed; the built-in health endpoint is `/up`.
- Run the focused PHPUnit test while developing.
- Use `just backend-types-check` for Larastan and `just backend-test` for the
full PHPUnit suite during iteration.
- The completion gate runs `backend-test-unit` and `backend-test-feature` as
concurrent processes. This is safe because each process owns its own
in-memory SQLite database.
- Fix failures caused by the change. Report unrelated baseline failures
precisely rather than expanding scope silently.
- The shared `just test-all` command is the required completion gate. Focused