Skip to content

Adjust GeoIndexParams and fix warnings when compiling tests #635

Adjust GeoIndexParams and fix warnings when compiling tests

Adjust GeoIndexParams and fix warnings when compiling tests #635

Workflow file for this run

name: Test
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install minimal stable
uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run integration tests
run: |
./tests/integration-tests.sh
shell: bash