We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60edb11 commit 5f570c5Copy full SHA for 5f570c5
.github/workflows/os_detect.yaml
@@ -69,5 +69,5 @@ jobs:
69
run: dart test --platform vm
70
if: always() && steps.install.outcome == 'success'
71
- name: Run Chrome tests
72
- run: dart test --platform chrome
+ run: dart test --platform chrome --compiler dart2wasm,dart2js
73
0 commit comments