Skip to content

Commit 9ff94aa

Browse files
committed
chore: comparsion for local setup
1 parent d68e1d0 commit 9ff94aa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
runner:
3030
[
3131
rspack-ubuntu-22.04-large,
32+
rspack-ubuntu-22.04-large-verify,
3233
rspack-windows-2022-large,
3334
rspack-darwin-14-medium,
3435
]
@@ -86,7 +87,12 @@ jobs:
8687
strategy:
8788
fail-fast: false
8889
matrix:
89-
os: [rspack-ubuntu-22.04-large, windows-latest]
90+
os:
91+
[
92+
rspack-ubuntu-22.04-large,
93+
rspack-ubuntu-22.04-large-verify,
94+
windows-latest,
95+
]
9096
go-version: ['1.25.0']
9197
steps:
9298
- name: Checkout code

0 commit comments

Comments
 (0)