Explorar el Código

Run unit tests in parallel

Stuart Kent hace 9 años
padre
commit
9a34f118f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Ver fichero

@@ -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