Skip to content

fix(generator): Unmarshaling of fixed sized custom types is generated incorrectly. #152

fix(generator): Unmarshaling of fixed sized custom types is generated incorrectly.

fix(generator): Unmarshaling of fixed sized custom types is generated incorrectly. #152

Workflow file for this run

name: Unit tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Go test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: '1.18'
- name: Validate spec
run: ./scripts/ci-validate-specs.sh
- name: Validate testcases
run: ./scripts/ci-validate-testcases.sh
- name: Download vendor dependencies
run: go mod vendor
- name: Download spec tests
run: make get-spec-tests
- name: Unit tests
run: go test -v ./...