Skip to content

Commit f31743c

Browse files
committed
chore: add rsbuild to CI test
1 parent 7ce6a59 commit f31743c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: yarn run build
3434

35+
- name: Rsbuild (strict)
36+
run: yarn add @rsbuild/core -D -W && yarn rsbuild build --root ./packages/fiber
37+
3538
- name: Jest run
3639
run: yarn run dev && yarn run test
3740

0 commit comments

Comments
 (0)