Skip to content

fix: try to reduce sqlite cursor memory usage #14

fix: try to reduce sqlite cursor memory usage

fix: try to reduce sqlite cursor memory usage #14

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'zulu'
- name: Setup Android Environment
uses: maxim-lobanov/setup-android-tools@v1
with:
packages: |
build-tools;28.0.3
platforms;android-28
- name: Build
run: ./gradlew build
- name: Test
run: ./gradlew test --info