Skip to content

Commit a88318f

Browse files
authored
Run embedded compilations across multiple isolates (#1981)
Closes #1980 Closes #1959
1 parent b0efcb0 commit a88318f

27 files changed

+1423
-913
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
github-token: ${{ github.token }}
282282
node-version: ${{ matrix.node-version }}
283283

284-
- run: dart run grinder before-test
284+
- run: dart run grinder pkg-npm-dev
285285
- name: Run tests
286286
run: dart run test -t node -j 2
287287

@@ -302,7 +302,7 @@ jobs:
302302
dart-sdk: ${{ matrix.dart_channel }}
303303
github-token: ${{ github.token }}
304304

305-
- run: dart run grinder before-test
305+
- run: dart run grinder pkg-npm-dev
306306
- name: Run tests
307307
run: dart run test -p chrome -j 2
308308
env:

0 commit comments

Comments
 (0)