ci(agents): build driver modules in parallel

This commit is contained in:
t8y2 2026-07-13 08:55:04 +08:00
parent f0eca37344
commit c720aeafd6
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ jobs:
8
21
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew shadowJar
- run: ./gradlew shadowJar --parallel
working-directory: agents
- run: python3 scripts/validate_agent_jars.py
working-directory: agents