Print type in error when encode fails, fix ext type to be 1 byte inst… #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: go test | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubicloud-standard-2-ubuntu-2204-arm | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Setup Go | |
uses: actions/setup-go@v5 | |
with: | |
go-version: "1.22" | |
- run: go get . | |
- run: go test |