We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eddc9 commit 6ca5fbaCopy full SHA for 6ca5fba
pkgs/async/.github/workflows/test-package.yml
@@ -59,3 +59,8 @@ jobs:
59
- name: Run VM tests
60
run: dart test --platform vm
61
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