Skip to content

fix(ci): fix the release.yml to use correct path to indexer.go #52

fix(ci): fix the release.yml to use correct path to indexer.go

fix(ci): fix the release.yml to use correct path to indexer.go #52

Workflow file for this run

name: Go Test
on:
push:
branches: [dev, release/**]
pull_request:
branches: [main, dev, release/**]
jobs:
go-test:
name: Go Test
permissions:
contents: read
packages: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4
with:
go-version: "1.26.4"
- name: Run tests
run: go test -short ./...