Skip to content

docs(multiproof): explain ordering of arguments #181

docs(multiproof): explain ordering of arguments

docs(multiproof): explain ordering of arguments #181

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 codegen
run: ./scripts/ci-validate-codegen.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 ./...