Skip to content

Reduce constraint serialization #10

Reduce constraint serialization

Reduce constraint serialization #10

Workflow file for this run

name: Run tests on commit
on:
push:
branches: ['main']
#paths:
#- 'crates/**/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.11.0
- name: Get backend ver
run: |
nargo backend ls
- name: Run tests
run: |
nargo test
- name: Get constraint size
run: |
nargo info --package chacha20_example