Skip to content

Commit

Permalink
add conf cache to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Feb 20, 2025
1 parent 84a876a commit 04f0969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
echo "Prepared arguments for Gradle: $GRADLE_ARGS"
# 15m = export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=8" --no-daemon --parallel
export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=8"
export GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=8 --configuration-cache"
./gradlew test $GRADLE_ARGS
# integrationTests:
Expand Down

0 comments on commit 04f0969

Please sign in to comment.