Skip to content

Commit 5f570c5

Browse files
committed
also run tests with wasm
1 parent 60edb11 commit 5f570c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os_detect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ jobs:
6969
run: dart test --platform vm
7070
if: always() && steps.install.outcome == 'success'
7171
- name: Run Chrome tests
72-
run: dart test --platform chrome
72+
run: dart test --platform chrome --compiler dart2wasm,dart2js
7373
if: always() && steps.install.outcome == 'success'

0 commit comments

Comments
 (0)