Skip to content

Split upsert_points(_blocking) and upsert_points_batch(_blocking) #187

Split upsert_points(_blocking) and upsert_points_batch(_blocking)

Split upsert_points(_blocking) and upsert_points_batch(_blocking) #187

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install minimal stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install protobuf-compiler
- name: Run integration tests
run: |
./tests/integration-tests.sh
shell: bash