Commit 310acf0
chore(ci): define a test script so the workflow runs the suite
.github/workflows/test.yml only runs `bun run test` when package.json
defines a "test" script, and otherwise prints "No test script defined —
skipping". No such script existed, so every green run to date was green
because nothing ran: the 25 tests under tests/ were never executed in CI.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 00fe202 commit 310acf0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments