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 d2eebb6 commit 16566c1Copy full SHA for 16566c1
pkgs/path/.github/workflows/dart.yml
@@ -50,3 +50,7 @@ jobs:
50
sdk: ${{ matrix.sdk }}
51
- run: dart pub get
52
- 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