We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245a8dd commit 7ebcbd4Copy full SHA for 7ebcbd4
pkgs/http_parser/.github/workflows/test-package.yml
@@ -59,3 +59,7 @@ jobs:
59
- name: Run Chrome tests
60
run: dart test --platform chrome
61
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