Skip to content

Fixes for the integration tests (ecdsa, tensor, arrays) #2541

Fixes for the integration tests (ecdsa, tensor, arrays)

Fixes for the integration tests (ecdsa, tensor, arrays) #2541

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Build
run: make build
- name: Test
run: make unit