Skip to content

Commit

Permalink
Run embedded compilations across multiple isolates (#1981)
Browse files Browse the repository at this point in the history
Closes #1980
Closes #1959
  • Loading branch information
nex3 committed Jun 6, 2023
1 parent b0efcb0 commit a88318f
Show file tree
Hide file tree
Showing 27 changed files with 1,423 additions and 913 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
github-token: ${{ github.token }}
node-version: ${{ matrix.node-version }}

- run: dart run grinder before-test
- run: dart run grinder pkg-npm-dev
- name: Run tests
run: dart run test -t node -j 2

Expand All @@ -302,7 +302,7 @@ jobs:
dart-sdk: ${{ matrix.dart_channel }}
github-token: ${{ github.token }}

- run: dart run grinder before-test
- run: dart run grinder pkg-npm-dev
- name: Run tests
run: dart run test -p chrome -j 2
env:
Expand Down
Loading

0 comments on commit a88318f

Please sign in to comment.