Skip to content

Commit abdc864

Browse files
committed
Use parallelization to speed up build
1 parent 150cbe7 commit abdc864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: 'maven'
4646

4747
- name: Build with Maven
48-
run: ./mvnw -B clean package -P run-integration-tests
48+
run: ./mvnw -B clean package -P run-integration-tests -T2C
4949

5050
- name: Check for uncommited changes
5151
shell: bash

0 commit comments

Comments
 (0)