fix the test CI (#1405)

* run tests without concurrency

* do not use cache in rpt2 during test
This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 297e4bc4c7
commit a939c792db
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ export async function compileTSCode(inputFilePath: string) {
resolve() as unknown as rollup.Plugin,
_typescript({
tsconfigOverride: { compilerOptions: { module: 'ESNext' } },
clean: true,
}) as unknown as rollup.Plugin,
],
});