Skip to content

Commit 02ca207

Browse files
committed
ci: Run :benchmark in dryRunMode
This will just check if the benchmark can run without errors.
1 parent 0e34112 commit 02ca207

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
api-level: 29
9393
ndk: 26.3.11579264
9494
cmake: 3.31.1
95-
script: ./gradlew connectedCheck
95+
script: ./gradlew connectedCheck -P androidx.benchmark.dryRunMode.enable=true
96+
9697

9798
# Archive the generated AAR file
9899
- name: Archive AAR

0 commit comments

Comments
 (0)