Sfoglia il codice sorgente

Run unit tests in parallel

Stuart Kent 9 anni fa
parent
commit
9a34f118f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      bin/unit-tests.sh

+ 1
- 1
bin/unit-tests.sh Vedi File

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