We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--fast-ci
1 parent 51ee923 commit 0d1b6d1Copy full SHA for 0d1b6d1
.github/actions/build-android/action.yml
@@ -4,7 +4,7 @@
4
# but actions can be run dynamically from the runner's filesystem.
5
6
name: Build and test (Android)
7
-description:
+description: Build and test (Android)
8
9
inputs:
10
triplet:
@@ -49,6 +49,8 @@ runs:
49
- name: Tests
50
if: runner.os == 'Linux'
51
shell: bash
52
+ # Arguments are similar to --fast-ci, but in single-process mode.
53
run: |
54
$RUNNER_TEMP/android/android.py test --managed maxVersion -v -- \
- -uall --single-process --rerun -W
55
+ --single-process --fail-env-changed --rerun --slowest --verbose3 \
56
+ -u "all,-cpu" --timeout=600
0 commit comments