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

Commit 375efaa

Browse files
authored
Test dart2wasm (#80)
1 parent c6bb459 commit 375efaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-package.yml

+4
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)