Skip to content

Commit

Permalink
Test on dart2wasm (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 1, 2024
1 parent 2d57a82 commit 1aff3be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
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 1aff3be

Please sign in to comment.