Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit a7b6960

Browse files
authored
Test on dart2wasm (#159)
1 parent 7e74cc9 commit a7b6960

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ jobs:
5050
sdk: ${{ matrix.sdk }}
5151
- run: dart pub get
5252
- run: dart test --platform vm,chrome
53+
- name: Run Chrome tests - wasm
54+
run: dart test --platform chrome --compiler dart2wasm
55+
# TODO: drop `dev` filter when dart2wasm is working on stable
56+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)