From 86d0fb0b21991aa86c246093b2a0b30662df1b8e Mon Sep 17 00:00:00 2001 From: Timeless0911 Date: Wed, 19 Aug 2026 14:00:44 +0800 Subject: [PATCH] fix: build Rspack CI binding for unit tests --- tests/rslib/rspack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rslib/rspack.ts b/tests/rslib/rspack.ts index 124475b7..570163d6 100644 --- a/tests/rslib/rspack.ts +++ b/tests/rslib/rspack.ts @@ -6,7 +6,7 @@ export async function test(options: RunOptions) { ...options, repo: 'web-infra-dev/rspack', branch: process.env.RSPACK ?? 'main', - build: ['build:cli:release'], + build: ['build:binding:ci', 'build:js'], test: ['test:unit'], }); }