ci: use multicore native Windows runner

This commit is contained in:
Tianyi Cui
2026-08-09 10:31:19 +08:00
parent 01f5875a9f
commit 461f2aaaf2
8 changed files with 47 additions and 27 deletions

View File

@@ -47,7 +47,7 @@ describe('highlightToHtml', () => {
// Once every grammar has registered, the same call highlights.
await vi.waitFor(() => {
for (const alias of LAZY_ALIASES) expect(highlightToHtml('x', alias)).toContain('shiki')
})
}, { timeout: 5_000 })
})
})