Skip to content

Export dumper struct #18

Export dumper struct

Export dumper struct #18

Workflow file for this run

name: Tests
on:
pull_request:
types: [opened, reopened]
branches: [master]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
- name: Test
run: go test