codeburn/.github
iamtoruk 65e05f3eba ci: install the repo-root tools the Rust cross-process test spawns
The new lock test starts a real Node process alongside the Rust one so both
write the same settings file at once, which is the only way to prove a
cross-process lock. The Node half is TypeScript run through tsx, and tsx is
a repo-root devDependency, while this job only runs `npm ci` inside
windows/. The worker exited 1 with "Cannot find package 'tsx'" and the test
failed on both legs.

The test's own skip path covers a node binary that will not spawn, not a
worker that starts and dies, and widening it would let the guard disappear
in silence, which is worse than a red job. Install the dependency instead.
2026-09-03 09:53:15 -07:00
..
workflows ci: install the repo-root tools the Rust cross-process test spawns 2026-09-03 09:53:15 -07:00
FUNDING.yml v0.1.0 - initial release 2026-04-13 15:10:27 -07:00
PULL_REQUEST_TEMPLATE.md Contribution rules: require real-data testing for new providers, one PR at a time 2026-05-11 20:04:18 -07:00