Skip to content

Merge pull request #13 from 0xsequence/fix_map_struct_values #22

Merge pull request #13 from 0xsequence/fix_map_struct_values

Merge pull request #13 from 0xsequence/fix_map_struct_values #22

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
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.22"
- name: Run tests
run: go test ./...