made gradlew build be parallel (#56)

This commit is contained in:
alexcrea 2025-04-08 22:08:45 +02:00 committed by GitHub
commit d283ca0c12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
run: ./gradlew build
run: ./gradlew build --parallel
- name: Summarize tests results
uses: jeantessier/test-summary-action@v1