Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run embedded compilations across multiple isolates #1981

Merged
merged 12 commits into from
Jun 6, 2023
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