浏览代码

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