We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc39e commit 00376daCopy full SHA for 00376da
pkgs/crypto/.github/workflows/test-package.yml
@@ -62,3 +62,8 @@ jobs:
62
- name: Run Chrome tests
63
run: dart test --platform chrome
64
if: always() && steps.install.outcome == 'success'
65
+ - name: Run Chrome tests - wasm
66
+ # TODO: investigate why we get hangs when concurrency is > 1
67
+ run: dart test --platform chrome --compiler dart2wasm -j 1
68
+ # TODO: drop `dev` filter when dart2wasm is working on stable
69
+ if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
0 commit comments