Przeglądaj źródła

Merge pull request #600 from exercism/parallelize-unit-tests

Parallelize unit tests
Stuart Kent 9 lat temu
rodzic
commit
9654aff23b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Wyświetl plik

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