Summary
The main CI build-and-test job runs pnpm run test without first building the napi artifact or setting RELAYBURN_SDK_NAPI_BUILT=1. As a result, @relayburn/sdk reports a green suite while skipping 9 of 11 tests, including the facade-to-native query conformance coverage.
Update the workflow so the native binding is available and the conformance gate is enabled before the Node test suite runs. Keep the test home isolated so CI never attaches to an ambient ledger.
Current behavior
- CI conditions: SDK 2 passed, 9 skipped.
- With build:napi plus RELAYBURN_SDK_NAPI_BUILT=1: SDK 11 passed, 0 skipped.
Discovered while validating #520. This is a pre-existing workflow coverage gap and is not part of #237.
Summary
The main CI build-and-test job runs pnpm run test without first building the napi artifact or setting RELAYBURN_SDK_NAPI_BUILT=1. As a result, @relayburn/sdk reports a green suite while skipping 9 of 11 tests, including the facade-to-native query conformance coverage.
Update the workflow so the native binding is available and the conformance gate is enabled before the Node test suite runs. Keep the test home isolated so CI never attaches to an ambient ledger.
Current behavior
Discovered while validating #520. This is a pre-existing workflow coverage gap and is not part of #237.