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

Commit 1556660

Browse files
authored
Test on wasm (dev) and JS (#269)
1 parent 6cdbc41 commit 1556660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ jobs:
5959
- name: Run VM tests
6060
run: dart test --platform vm
6161
if: always() && steps.install.outcome == 'success'
62+
- run: dart test --platform chrome --compiler dart2js
63+
if: always() && steps.install.outcome == 'success'
64+
- run: dart test --platform chrome --compiler dart2wasm
65+
# TODO: drop `dev` filter when dart2wasm is working on stable
66+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)