Skip to content

skip call to pre mp func when rebuilding cache #4664

skip call to pre mp func when rebuilding cache

skip call to pre mp func when rebuilding cache #4664

Workflow file for this run

name: Run test
on:
push:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Test
run: make test