Skip to content

Commit 91b1eb9

Browse files
authored
ci: Run format job in parallel (#11563)
1 parent 00f0713 commit 91b1eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
path: ~/.m2/repository
8080
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.week_of_year }}
8181
- run: java -version
82-
- run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check
82+
- run: mvn -B -ntp com.spotify.fmt:fmt-maven-plugin:check -T 1C
8383
- run: mvn -B -ntp checkstyle:check@checkstyle
8484
enforcer:
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)