Skip to content

Commit

Permalink
Test on dart2wasm (dart-archive/collection#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Feb 1, 2024
1 parent b8c9297 commit 20ef186
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/collection/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 20ef186

Please sign in to comment.