Skip to content

add proofs generation #415

add proofs generation

add proofs generation #415

Workflow file for this run

name: PR Testing
on:
pull_request:
push:
branches:
- master
concurrency:
# In master we want to run for every commit, in other branches — only for the last one
group: ${{
( github.ref == 'refs/heads/master' && format('{0}/{1}/{2}', github.workflow, github.ref, github.sha) )
||
format('{0}/{1}', github.workflow, github.ref) }}
cancel-in-progress: true
jobs:
verify-circuit-proof:
name: Verify Circuit Proof
uses: ./.github/workflows/verify-circuit-proof.yml
if: |
always() && !cancelled()
secrets: inherit