Skip to content

Commit 892d0c8

Browse files
committed
test: correct Rsbuild e2e command
1 parent f811cc3 commit 892d0c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/rsdoctor/rsbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export async function test(options: RunOptions) {
66
...options,
77
repo: 'web-infra-dev/rsbuild',
88
branch: process.env.RSBUILD ?? 'main',
9-
test: ['test'],
9+
test: ['e2e rsdoctor'],
1010
});
1111
}

tests/rslib/rsbuild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export async function test(options: RunOptions) {
66
...options,
77
repo: 'web-infra-dev/rsbuild',
88
branch: process.env.RSBUILD ?? 'main',
9-
test: ['test'],
9+
test: ['test', 'e2e'],
1010
});
1111
}

0 commit comments

Comments
 (0)