Skip to content

feat(prover): enable GuestInput serialization in native path (#281) #28

feat(prover): enable GuestInput serialization in native path (#281)

feat(prover): enable GuestInput serialization in native path (#281) #28

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"