Skip to content

feat(prover): proof of equivalence using rust-kzg #53

feat(prover): proof of equivalence using rust-kzg

feat(prover): proof of equivalence using rust-kzg #53

Workflow file for this run

name: CI - SP1
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/sp1/**"
pull_request:
paths:
- "provers/sp1/**"
jobs:
build-test-sgx:
name: Build and test sp1
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "sp1"
version_toolchain: "nightly-2024-04-18"