From 7fe812670369bc0a60fe86d67cad2f17e2b71e7a Mon Sep 17 00:00:00 2001 From: Markus Fisch Date: Fri, 5 Jun 2026 19:04:40 +0200 Subject: [PATCH] Run tests for bundle and release targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2a9a2127..221a415f 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ all: debug install start debug: ./gradlew assembleDebug -release: lint +release: lint test ./gradlew assembleRelease -bundle: lint +bundle: lint test ./gradlew bundleRelease lint: