Skip to content

Refactoring. V2.2.0 Circom Support (#6) #53

Refactoring. V2.2.0 Circom Support (#6)

Refactoring. V2.2.0 Circom Support (#6) #53

Workflow file for this run

name: "checks"
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
submodules: true
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: make test