Skip to content

Commit 83ba2f0

Browse files
authored
CI: try testing in parallel
1 parent 039e052 commit 83ba2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- checkout
1111
- run: apt-get update && apt-get -y install default-jre-headless
1212
- run: make install
13-
- run: make test V=""
13+
- run: make -j test V=""
1414

1515
deploy-docker:
1616
docker:

0 commit comments

Comments
 (0)