Skip to content

Do not implement json.Marshaler and json.Unmarshaler (#32) #60

Do not implement json.Marshaler and json.Unmarshaler (#32)

Do not implement json.Marshaler and json.Unmarshaler (#32) #60

Workflow file for this run

name: test
on:
push:
branches:
- main
- master
pull_request:
jobs:
go-test:
strategy:
matrix:
go-version: [1.16.x, 1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test -v -cover ./...