Skip to content

Commit 11fb4a4

Browse files
committed
Tweak release recipe to exclude more benchmarking.
1 parent 83314af commit 11fb4a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
1. Confirm that the kotlin build is green before committing any changes
99
(Note we exclude benchmarks, but you can check those too!)
1010
```bash
11-
./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck
12-
```
11+
./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest
1312

1413
1. Update your tags.
1514
```bash

0 commit comments

Comments
 (0)