File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments