You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tool/test_example.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ cd example/project
6
6
dart pub upgrade
7
7
dart run build_runner build --delete-conflicting-outputs
8
8
dart run build_runner test -- --concurrency=1 # concurrency=1 is a workaround for this issue: https://github.com/dart-lang/test/issues/2294
9
-
dart run test_html_builder:browser_aggregate_tests
9
+
dart run test_html_builder:browser_aggregate_tests --test-args="--concurrency=1"# concurrency=1 is a workaround for this issue: https://github.com/dart-lang/test/issues/2294
10
10
11
11
# These commands target a scenario where there is no build cache and someone
0 commit comments