Skip to content

feat: add index iterator for indexes with large entry count #4

feat: add index iterator for indexes with large entry count

feat: add index iterator for indexes with large entry count #4

Workflow file for this run

name: Go test
on:
push:
tags:
- "v*"
jobs:
test:
name: Test
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22.3
- uses: actions/checkout@v2
- name: go test
run: go test -v -covermode atomic -coverprofile=covprofile .