Skip to content

Commit 00376da

Browse files
authored
Test dart2wasm (dart-archive/crypto#162)
1 parent 2dcc39e commit 00376da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/crypto/.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)