diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ca70db67..24052f5b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -196,7 +196,7 @@ jobs: timeout-minutes: 4 run: | # Note that we explicitly check just the Kotlin modules, to avoid compiling the Android modules here - ./gradlew :preference-api-lib:check + ./gradlew :crash-lib:check :preference-api-lib:check :spackle-lib:check - name: Collect Artifacts if: ${{ always() }} timeout-minutes: 1 diff --git a/.idea/runConfigurations/assemble.xml b/.idea/runConfigurations/assemble.xml index 8f9115b9..451a6c5b 100644 --- a/.idea/runConfigurations/assemble.xml +++ b/.idea/runConfigurations/assemble.xml @@ -4,12 +4,14 @@