Skip to content

add valueArraySize input to v3 circuits (#80) #269

add valueArraySize input to v3 circuits (#80)

add valueArraySize input to v3 circuits (#80) #269

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
matrix:
containers:
- 1.18.0-bullseye
- 1.19.2-bullseye
runs-on: ubuntu-latest
container: golang:${{ matrix.containers }}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test -v -race -timeout=60s ./...