Skip to content

Commit 7ebcbd4

Browse files
authored
1 parent 245a8dd commit 7ebcbd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ jobs:
5959
- name: Run Chrome tests
6060
run: dart test --platform chrome
6161
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

Comments
 (0)