Skip to content

MB-71216, MB-71650: Implement fast merge over binary index classes (#… #2706

MB-71216, MB-71650: Implement fast merge over binary index classes (#…

MB-71216, MB-71650: Implement fast merge over binary index classes (#… #2706

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: Tests
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x, 1.26.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
go version
go test -race ./...