We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c9297 commit 20ef186Copy full SHA for 20ef186
pkgs/collection/.github/workflows/ci.yml
@@ -61,3 +61,6 @@ jobs:
61
- name: Run Chrome tests
62
run: dart test --platform chrome --test-randomize-ordering-seed=random
63
if: always() && steps.install.outcome == 'success'
64
+ - name: Run Chrome tests - wasm
65
+ run: dart test --platform chrome --compiler dart2wasm
66
+ if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
0 commit comments