Skip to content

Commit e436d9a

Browse files
committed
ci: concurrent tests
1 parent 24765d1 commit e436d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
# We are running the package tests first be able to get early feedback on changes.
134134
# There is no point in running the fixtures if a package is broken.
135135
if: steps.changes.outputs.everything_but_markdown == 'true'
136-
run: pnpm run test:ci --log-order=stream --concurrency=1 --filter="./packages/*"
136+
run: pnpm run test:ci --log-order=stream --filter="./packages/*"
137137
env:
138138
NODE_OPTIONS: "--max_old_space_size=8192"
139139
WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/
@@ -154,7 +154,7 @@ jobs:
154154
- name: Run tests (fixtures)
155155
if: steps.changes.outputs.everything_but_markdown == 'true'
156156
# Browser rendering is disabled on Ubuntu because of https://pptr.dev/troubleshooting#issues-with-apparmor-on-ubuntu
157-
run: pnpm run test:ci --concurrency 1 --log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-rendering"' || '' }}
157+
run: pnpm run test:ci --log-order=stream --filter="./fixtures/*" ${{ matrix.os == 'ubuntu-latest' && '--filter="!./fixtures/browser-rendering"' || '' }}
158158
env:
159159
NODE_OPTIONS: "--max_old_space_size=8192"
160160
WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/

0 commit comments

Comments
 (0)