Skip to content

Commit 57ed076

Browse files
authored
Merge branch 'main' into fix/1168-libc-verifier-derive
2 parents 3084ba8 + 05630b2 commit 57ed076

2 files changed

Lines changed: 37 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,18 @@ jobs:
284284
CODEGRAPH_PARITY: '1'
285285
run: npx vitest run tests/engines/ tests/integration/build-parity.test.ts --reporter=verbose
286286

287+
# Isolated regression canary for #1147 — runs only the dropped-language-gap
288+
# suite so a failure surfaces under a clear step name and can't be masked
289+
# by pollution from neighbouring tests in the larger `test` job. The gap
290+
# repair path (#1083) is load-bearing for engine parity but easy to break
291+
# silently — the bug shape is "node row never re-inserted", which only
292+
# this test exercises directly.
293+
- name: Dropped-language gap regression guard (#1147)
294+
shell: bash
295+
env:
296+
CODEGRAPH_PARITY: '1'
297+
run: npx vitest run tests/integration/dropped-language-gap.test.ts --reporter=verbose
298+
287299
rust-check:
288300
runs-on: ubuntu-latest
289301
name: Rust compile check

package-lock.json

Lines changed: 25 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)