Skip to content

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.… #4738

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.…

chore(deps): bump github.com/consensys/gnark-crypto from 0.19.0 to 0.… #4738

Workflow file for this run

name: Unit Testing
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: "1.25.1"
- name: Unit tests
run: make unit_test