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 d032fd0 commit 6d3064dCopy full SHA for 6d3064d
tool/travis.sh
@@ -31,8 +31,8 @@ while (( "$#" )); do
31
;;
32
test) echo
33
echo -e '\033[1mTASK: test\033[22m'
34
- echo -e 'pub run test'
35
- pub run test || EXIT_CODE=$?
+ echo -e 'pub run test -j 1'
+ pub run test -j 1 || EXIT_CODE=$?
36
37
*) echo -e "\033[31mNot expecting TASK '${TASK}'. Error!\033[0m"
38
EXIT_CODE=1
webdev/.mono_repo.yml
@@ -7,4 +7,4 @@ stages:
7
- dartfmt
8
- dartanalyzer: --fatal-infos --fatal-warnings .
9
- unit_test:
10
- - test
+ - test: -j 1
0 commit comments