Trim the test suite, close coverage gaps, and parallelize CI #1788
Triggered via pull request
September 10, 2026 03:15
Status
Failure
Total duration
1m 51s
Artifacts
–
ci.yml
on: pull_request
static-analysis
51s
build
13s
Matrix: test
Annotations
3 errors and 4 warnings
|
test (tests-evals-and-scripts)
Process completed with exit code 1.
|
|
error: close exploded:
tests/unit/exec/runner.test.ts#L545
at close (/home/runner/work/corbits-code/corbits-code/tests/unit/exec/runner.test.ts:545:41)
at runExecDispose (/home/runner/work/corbits-code/corbits-code/src/exec/runner.ts:185:56)
at async <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/exec/runner.test.ts:543:11)
|
|
error: expect(received).toEqual(expected):
tests/unit/exec/runner.test.ts#L530
[
+ "toolset",
"cancel:first",
"cancel:second",
"agent",
- "toolset",
]
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/corbits-code/corbits-code/tests/unit/exec/runner.test.ts:530:19)
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
static-analysis
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (tests-evals-and-scripts)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (src)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|