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

Commit f059196

Browse files
authored
Test dart2wasm (#162)
1 parent c954015 commit f059196

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ jobs:
6262
- name: Run Chrome tests
6363
run: dart test --platform chrome
6464
if: always() && steps.install.outcome == 'success'
65+
- name: Run Chrome tests - wasm
66+
# TODO: investigate why we get hangs when concurrency is > 1
67+
run: dart test --platform chrome --compiler dart2wasm -j 1
68+
# TODO: drop `dev` filter when dart2wasm is working on stable
69+
if: always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'

0 commit comments

Comments
 (0)