Skip to content

Implement migration event handling in IndexService and add tests for … #4

Implement migration event handling in IndexService and add tests for …

Implement migration event handling in IndexService and add tests for … #4

Workflow file for this run

name: Run Go Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25.2"
- name: Run tests
run: go test ./... -v