From 20ef186ac0e7cb049e5a8b750fc31987b77fc912 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Thu, 1 Feb 2024 11:55:00 -0800 Subject: [PATCH] Test on dart2wasm (dart-lang/collection#333) --- pkgs/collection/.github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/collection/.github/workflows/ci.yml b/pkgs/collection/.github/workflows/ci.yml index ac62fe04..bcf55c7c 100644 --- a/pkgs/collection/.github/workflows/ci.yml +++ b/pkgs/collection/.github/workflows/ci.yml @@ -61,3 +61,6 @@ jobs: - name: Run Chrome tests run: dart test --platform chrome --test-randomize-ordering-seed=random if: always() && steps.install.outcome == 'success' + - name: Run Chrome tests - wasm + run: dart test --platform chrome --compiler dart2wasm + if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'