Skip to content

Commit a2c9695

Browse files
committed
🤖 Update docs to reflect --silent flag is retained
Clarify that --silent is intentional to prevent log spam from 32 parallel workers across 17 test files.
1 parent d04b848 commit a2c9695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FINAL_SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Modified `.github/workflows/ci.yml`:
1515
run: TEST_INTEGRATION=1 bun x jest --coverage --maxWorkers=200% --silent tests
1616

1717
# After
18-
run: TEST_INTEGRATION=1 bun x jest --coverage --maxWorkers=100% tests
18+
run: TEST_INTEGRATION=1 bun x jest --coverage --maxWorkers=100% --silent tests
1919
```
2020
21-
Also removed `--silent` flag for better visibility into test timings.
21+
**Note:** The `--silent` flag is intentionally kept because 17 test files × 32 workers produces overwhelming log output. Silent mode suppresses per-test console spam while preserving test suite status, timing, coverage summary, and full failure details.
2222

2323
## Performance Results
2424

0 commit comments

Comments
 (0)