We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17bd9c commit de74a73Copy full SHA for de74a73
tool/travis.sh
@@ -65,7 +65,7 @@ elif [ "$BOT" = "flutter_sdk_tests" ]; then
65
cd devtools
66
67
# Run tests that require the Flutter SDK.
68
- pub run test --reporter expanded --tags useFlutterSdk
+ pub run test -j1 --reporter expanded --tags useFlutterSdk
69
70
else
71
0 commit comments