Skip to content

Commit 20ef186

Browse files
authored
Test on dart2wasm (dart-archive/collection#333)
1 parent b8c9297 commit 20ef186

File tree

1 file changed

+3
-0
lines changed
  • pkgs/collection/.github/workflows

1 file changed

+3
-0
lines changed

pkgs/collection/.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ jobs:
6161
- name: Run Chrome tests
6262
run: dart test --platform chrome --test-randomize-ordering-seed=random
6363
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

Comments
 (0)