From af3aae00e80c3eb05804f023615594f1fb9e0c1c Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 29 Apr 2024 00:06:48 +0200 Subject: [PATCH] ci: Run CI on release as well as debug builds (#664) Experiment to see if CI can run on release builds without a large performance impact. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35fe2eb26..427345f93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: matrix: color: ["orange"] store: ["fdroid", "github", "google"] - type: ["debug"] + type: ["debug", "release"] name: Android Lint runs-on: ubuntu-latest @@ -90,7 +90,7 @@ jobs: matrix: color: ["orange"] store: ["fdroid", "github", "google"] - type: ["debug"] + type: ["debug", "release"] name: Android Test runs-on: ubuntu-latest @@ -111,7 +111,7 @@ jobs: matrix: color: ["orange"] store: ["fdroid", "github", "google"] - type: ["debug"] + type: ["debug", "release"] name: Android Assemble runs-on: ubuntu-latest