diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17da847..63f5034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,5 @@ jobs: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - name: Assemble run: ./gradlew assembleRelease --configuration-cache + - name: Run tests + run: ./gradlew test --configuration-cache