Skip to content

Commit 52d4655

Browse files
committed
[ci] Run Android device tests in CI
1 parent 91af6a3 commit 52d4655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kotlin-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
- uses: ./.github/shared/setup-rust
5656
- name: Lint
5757
working-directory: ./app-android
58-
run: ./gradlew lint --quiet
58+
run: ./gradlew lint --quiet -PtargetABI=x86_64
5959
- name: Test
6060
working-directory: ./app-android
6161
run: ./gradlew test -PtargetABI=x86_64
6262
- name: Android Test
6363
working-directory: ./app-android
64-
run: ./gradlew itest -PtargetABI=x86_64
64+
run: ./gradlew itest -PtargetABI=x86_64 --no-parallel --max-workers=1

0 commit comments

Comments
 (0)