Skip to content

Commit 0d1b6d1

Browse files
committed
Use similar arguments to --fast-ci
1 parent 51ee923 commit 0d1b6d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/build-android/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# but actions can be run dynamically from the runner's filesystem.
55

66
name: Build and test (Android)
7-
description:
7+
description: Build and test (Android)
88

99
inputs:
1010
triplet:
@@ -49,6 +49,8 @@ runs:
4949
- name: Tests
5050
if: runner.os == 'Linux'
5151
shell: bash
52+
# Arguments are similar to --fast-ci, but in single-process mode.
5253
run: |
5354
$RUNNER_TEMP/android/android.py test --managed maxVersion -v -- \
54-
-uall --single-process --rerun -W
55+
--single-process --fail-env-changed --rerun --slowest --verbose3 \
56+
-u "all,-cpu" --timeout=600

0 commit comments

Comments
 (0)