fix: address PR #49 latest CodeRabbit review

This commit is contained in:
2026-04-11 19:57:18 -07:00
parent 62ad77dcfd
commit 942c1649bd
3 changed files with 66 additions and 3 deletions

View File

@@ -50,6 +50,9 @@ jobs:
- name: Test suite (source)
run: bun run test:fast
- name: Environment suite
run: bun run test:env
- name: Coverage suite (maintained source lane)
run: bun run test:coverage:src