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

Commit fea0cf2

Browse files
authored
Test dart2wasm (#85)
1 parent 224c1a9 commit fea0cf2

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
@@ -59,3 +59,7 @@ jobs:
5959
- name: Run Chrome tests
6060
run: dart test --platform chrome
6161
if: always() && steps.install.outcome == 'success'
62+
- name: Run Chrome tests - wasm
63+
run: dart test --platform chrome --compiler dart2wasm
64+
# TODO: drop `dev` filter when dart2wasm is working on stable
65+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)