Skip to content

chore: Update

chore: Update #51

Workflow file for this run

name: main-test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
cd testdata && go test ./...