This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Commit 3c60b19
committed
fix(ci): build native extension before TypeScript tests
The test-typescript job was failing because it attempted to load
the native extension without building it first. All other test jobs
run 'make all' to build the extension, but this step was missing
from the TypeScript test job.1 parent 0cd8c58 commit 3c60b19
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
0 commit comments