Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
-j 1 on wasm for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 8, 2024
1 parent c5e70d5 commit f73baa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: dart test --platform chrome
if: always() && steps.install.outcome == 'success'
- name: Run Chrome tests - wasm
run: dart test --platform chrome --compiler dart2wasm
# TODO: investigate why we get hangs when concurrency is > 1
run: dart test --platform chrome --compiler dart2wasm -j 1
# TODO: drop `dev` filter when dart2wasm is working on stable
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 comments on commit f73baa1

Please sign in to comment.