We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532ce74 commit 58ef769Copy full SHA for 58ef769
1 file changed
.github/workflows/dart.yml
@@ -43,4 +43,6 @@ jobs:
43
44
- name: Run tests web
45
run: dart test -p chrome ./test --timeout=20m
46
-
+
47
+ - name: Run tests web wasm
48
+ run: dart test -p chrome ./test -c dart2wasm --timeout=20m
0 commit comments