Skip to content

feat(prover): change GuestOutput and the zk committed value for onchain verification #19

feat(prover): change GuestOutput and the zk committed value for onchain verification

feat(prover): change GuestOutput and the zk committed value for onchain verification #19

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
pull_request:
paths:
- "provers/risc0/**"
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "risc0"
version_toolchain: "stable"