这是indexloc提供的服务,不要输入任何密码
Skip to content

Move manager cache from celfuncs to dep package #7

Move manager cache from celfuncs to dep package

Move manager cache from celfuncs to dep package #7

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Run tests
run: make test-coverage