Skip to content

Commit c4d60c4

Browse files
authored
1 parent d588dd6 commit c4d60c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/typed_data/.github/workflows/test-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ jobs:
6262
- name: Run Chrome tests
6363
run: dart test --platform chrome
6464
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

Comments
 (0)