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 9bc3b80 commit fe18d39Copy full SHA for fe18d39
.github/workflows/dart.yml
@@ -42,3 +42,6 @@ jobs:
42
run: dart test
43
- name: Run tests web
44
run: dart test -p chrome
45
+ - name: Run tests web wasm
46
+ run: dart test -p chrome -c dart2wasm
47
+ -
0 commit comments