Skip to content

Commit 33cec2b

Browse files
committed
2 parents 42b8abe + 58ef769 commit 33cec2b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ jobs:
4242
run: dart test ./test
4343

4444
- name: Run tests web
45-
run: dart test -p chrome ./test
46-
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

Comments
 (0)