Skip to content

Commit 99a046e

Browse files
committed
Run all tests in parallel
Change-Id: Ib1d927b73e94b8a473e25d2cd8b6e95821d62a90
1 parent f77d35e commit 99a046e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484

8585
androidTest:
8686
name: "Instrumentation Tests (GMD)"
87-
needs: build_test_lint # Run after the build job
88-
runs-on: ubuntu-latest # GMD requires Linux runner with KVM
87+
runs-on: ubuntu-latest
8988
timeout-minutes: 60
9089
strategy:
9190
matrix:
@@ -131,7 +130,7 @@ jobs:
131130
cores: 4
132131
disk-size: 6000M
133132
heap-size: 600M
134-
script: ./gradlew connectedDebugAndroidTest --daemon
133+
script: ./gradlew connectedDebugAndroidTest --daemon --info
135134

136135

137136
- name: Upload test reports

0 commit comments

Comments
 (0)