We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755b24a commit 3d8d3b9Copy full SHA for 3d8d3b9
1 file changed
.github/workflows/dart.yml
@@ -38,9 +38,10 @@ jobs:
38
# Your project will need to have tests in test/ and a dependency on
39
# package:test for this step to succeed. Note that Flutter projects will
40
# want to change this to 'flutter test'.
41
+ - name: Run tests Web
42
+ run: dart test ./test -p chrome --timeout=1000s
43
- name: Run tests
44
run: dart test ./test
- - name: Run tests Web
- run: dart test ./test -p chrome --timeout=500s
45
+
46
47
0 commit comments