You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Speed up coverage-enabled tests by removing expensive module-load work
from the server utilities and config path.
- Avoid building/shuffling the entire default port range on every server
startup.
- Keep terminal specs isolated so mock spy wrappers do not accumulate
across examples.
- Make local/CI test tasks use the project-local LuaRocks binaries
explicitly.
## Runtime impact
- Linked CI test step baseline: ~296.9s for `mise run test`.
- Local post-change `mise run test`: ~8.8s with coverage enabled.
## Dogfooding / quality gates
- `mise run check`
- `mise run test`
- `./scripts/run_integration_tests_individually.sh`
- `prettier --check .github/workflows/test.yml`
- `actionlint .github/workflows/test.yml`
- `git diff --check`
---
_Generated with [`mux`](https://github.com/coder/mux) • Model:
`openai:gpt-5.5` • Thinking: `xhigh`_
0 commit comments