Skip to content

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error #56

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error #56

Workflow file for this run

name: Unit test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- uses: google-github-actions/[email protected]
- run: go test .