Skip to content

fix: added back circuit printing to workflows #242

fix: added back circuit printing to workflows

fix: added back circuit printing to workflows #242

Workflow file for this run

name: Rust
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cd zk_prover
cargo build --verbose
- name: Format
run: |
cd zk_prover
cargo fmt
- name: Run tests
run: |
cd zk_prover
cargo test --features dev-graph -- --nocapture