Skip to content

feat(l2): standalone test for prover #65

feat(l2): standalone test for prover

feat(l2): standalone test for prover #65

Workflow file for this run

name: CI Skipped
on:
pull_request:
branches: ["**"]
paths:
- 'README.md'
- 'LICENSE'
- "**/README.md"
- "**/docs/**"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
if: false
steps: [run: true]
test:
name: Test
runs-on: ubuntu-latest
if: false
steps: [run: true]
docker-build:
name: Build Docker image
runs-on: ubuntu-latest
if: false
steps: [run: true]
prover:
name: Build RISC-V zkVM program
runs-on: ubuntu-latest
if: false
steps: [run: true]