Skip to content

Pod1introducer 1level recursion verifier in the RecursionCircuit & PlonkyPOD #9

Pod1introducer 1level recursion verifier in the RecursionCircuit & PlonkyPOD

Pod1introducer 1level recursion verifier in the RecursionCircuit & PlonkyPOD #9

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/[email protected]
with:
toolchain: nightly
rustflags:
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --release --verbose