Commit 5f56ba0
fix(ci): run tests sequentially to prevent config file race condition
Multiple test files share ~/.mails/config.json via saveConfig/loadConfig.
Bun's parallel test execution causes beforeEach in one file to overwrite
config set by another, leading to flaky failures (e.g. resend_api_key
missing). Also bumps CLI_VERSION to match package.json.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 0630767 commit 5f56ba0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
0 commit comments