Skip to content

Commit

Permalink
Test on wasm (dev) and JS (dart-archive/async#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Mar 7, 2024
1 parent 42eddc9 commit 6ca5fba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/async/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ jobs:
- name: Run VM tests
run: dart test --platform vm
if: always() && steps.install.outcome == 'success'
- run: dart test --platform chrome --compiler dart2js
if: always() && steps.install.outcome == 'success'
- run: dart test --platform chrome --compiler dart2wasm
# TODO: drop `dev` filter when dart2wasm is working on stable
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 comments on commit 6ca5fba

Please sign in to comment.