Skip to content

Commit 6934175

Browse files
committed
1 parent 3979b9d commit 6934175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/test_example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cd example/project
66
dart pub upgrade
77
dart run build_runner build --delete-conflicting-outputs
88
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
1010

1111
# These commands target a scenario where there is no build cache and someone
1212
# uses build filters to run a subset of tests.

0 commit comments

Comments
 (0)