Skip to content

Changed: added functions for handling the index #499

Changed: added functions for handling the index

Changed: added functions for handling the index #499

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/go-setup
- run: |
go test -v ./...