Skip to content

Commit 6ca5fba

Browse files
authored
Test on wasm (dev) and JS (dart-archive/async#269)
1 parent 42eddc9 commit 6ca5fba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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