Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 906c944

Browse files
authored
CI: test dev SDK with dart2wasm (#304)
1 parent a316c53 commit 906c944

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ jobs:
5757
- name: Run Chrome tests
5858
run: dart test --platform chrome
5959
if: always() && steps.install.outcome == 'success'
60+
- name: Run Chrome tests - wasm
61+
run: dart test --platform chrome --compiler dart2wasm
62+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)