Преглед изворни кода

Run unit tests in parallel

Stuart Kent пре 9 година
родитељ
комит
9a34f118f0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Прегледај датотеку

@@ -10,6 +10,6 @@ bin/configlet .
10 10
 pushd exercises
11 11
 echo ""
12 12
 echo ">>> Running tests..."
13
-TERM=dumb ../gradlew check compileStarterSourceJava --continue
13
+TERM=dumb ../gradlew check compileStarterSourceJava --parallel --continue
14 14
 popd
15 15