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 d588dd6 commit c4d60c4Copy full SHA for c4d60c4
pkgs/typed_data/.github/workflows/test-package.yml
@@ -62,3 +62,7 @@ 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
+ run: dart test --platform chrome --compiler dart2wasm
67
+ # TODO: drop `dev` filter when dart2wasm is working on stable
68
+ if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
0 commit comments