We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098a0f1 commit b412bd7Copy full SHA for b412bd7
pkgs/web_socket_channel/.github/workflows/test-package.yml
@@ -57,3 +57,6 @@ jobs:
57
- name: Run Chrome tests
58
run: dart test --platform chrome
59
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