Skip to content

Commit

Permalink
Workaround dart-lang/test#2294
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweible-wf committed Nov 19, 2024
1 parent 3979b9d commit 6934175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/test_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd example/project
dart pub upgrade
dart run build_runner build --delete-conflicting-outputs
dart run build_runner test -- --concurrency=1 # concurrency=1 is a workaround for this issue: https://github.com/dart-lang/test/issues/2294
dart run test_html_builder:browser_aggregate_tests
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

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

0 comments on commit 6934175

Please sign in to comment.