Skip to content

Commit 0d52b5d

Browse files
committed
fix: skip Rollup due to timeout
1 parent 0548971 commit 0d52b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cases/ui-components/benchmark-config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export const config = {
33
'rspack',
44
'rsbuild',
55
'vite',
6-
'rollup',
6+
// Rollup timeout on GitHub Actions
7+
// 'rollup',
78
// Failed to bundle CSS
89
// 'rolldown',
910
'webpack',

0 commit comments

Comments
 (0)