We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039e052 commit 83ba2f0Copy full SHA for 83ba2f0
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- checkout
11
- run: apt-get update && apt-get -y install default-jre-headless
12
- run: make install
13
- - run: make test V=""
+ - run: make -j test V=""
14
15
deploy-docker:
16
docker:
0 commit comments