diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index a5b9ccb..d046bc6 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -73,7 +73,7 @@ jobs: - name: Run CI build env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: ./gradlew check --configuration-cache + run: ./gradlew check --configuration-cache --parallel - name: Upload build artifacts uses: actions/upload-artifact@v4 id: upload-build-artifacts @@ -129,4 +129,4 @@ jobs: - name: Publish Sonar report env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sonar \ No newline at end of file + run: ./gradlew sonar