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.
This commit is contained in:
Nik Clayton 2024-04-29 00:06:48 +02:00 committed by GitHub
parent e65bc13184
commit af3aae00e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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