We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e34112 commit 02ca207Copy full SHA for 02ca207
1 file changed
.github/workflows/build.yml
@@ -92,7 +92,8 @@ jobs:
92
api-level: 29
93
ndk: 26.3.11579264
94
cmake: 3.31.1
95
- script: ./gradlew connectedCheck
+ script: ./gradlew connectedCheck -P androidx.benchmark.dryRunMode.enable=true
96
+
97
98
# Archive the generated AAR file
99
- name: Archive AAR
0 commit comments