Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/HEAD' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 14, 2023
2 parents da5c809 + 906c944 commit 14ae233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,6 @@ jobs:
- name: Run Chrome tests
run: dart test --platform chrome
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 14ae233

Please sign in to comment.