Skip to content

Commit 5d7e0aa

Browse files
committed
[scramjet/runway] parallelize tests
1 parent 2bdebce commit 5d7e0aa

File tree

3 files changed

+240
-145
lines changed

3 files changed

+240
-145
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
working-directory: packages/scramjet/packages/runway
195195

196196
- name: Run Runway tests
197-
run: pnpm test
197+
run: pnpm test --parallel 4
198198
working-directory: packages/scramjet/packages/runway
199199

200200
rewritertests:

packages/scramjet/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
working-directory: packages/runway
198198

199199
- name: Run Runway tests
200-
run: pnpm test
200+
run: pnpm test --parallel 4
201201
working-directory: packages/runway
202202

203203
rewritertests:

0 commit comments

Comments
 (0)