Skip to content

Commit 85e82b6

Browse files
committedOct 1, 2024·
2 parents 70f106e + 61123ab commit 85e82b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/dart.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
# Your project will need to have tests in test/ and a dependency on
3939
# package:test for this step to succeed. Note that Flutter projects will
4040
# want to change this to 'flutter test'.
41+
- name: Run tests Web
42+
run: dart test ./test -p chrome --timeout=120s
4143
- name: Run tests
4244
run: dart test ./test
45+

0 commit comments

Comments
 (0)
Please sign in to comment.