Skip to content

Commit b412bd7

Browse files
authored
CI: test dev SDK with dart2wasm (dart-archive/web_socket_channel#304)
1 parent 098a0f1 commit b412bd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
- name: Run Chrome tests
5858
run: dart test --platform chrome
5959
if: always() && steps.install.outcome == 'success'
60+
- name: Run Chrome tests - wasm
61+
run: dart test --platform chrome --compiler dart2wasm
62+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)