document parallel test gate
This commit is contained in:
parent
ce5fa65f03
commit
de192bc59b
3 changed files with 14 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue