Skip to content

test missed generated file #14

test missed generated file

test missed generated file #14

Workflow file for this run

name: Run tests
on:
push:
branches: ['*']
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
# - run: make test