fix the test CI (#1405)

* run tests without concurrency

* do not use cache in rpt2 during test
This commit is contained in:
yz-yu
2024-01-28 14:13:14 +08:00
committed by GitHub
parent ce8da12d56
commit fc2feee60a
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,
],
});