Skip to content

MB-60943 - Change quantiser when vector index is tuned for memory #690

MB-60943 - Change quantiser when vector index is tuned for memory

MB-60943 - Change quantiser when vector index is tuned for memory #690

Workflow file for this run

on:
push:
branches:
- master
- v15.x
- v14.x
- v13.x
- v12.x
- v11.x
pull_request:
name: Tests
jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
go version
go test -race ./...