Skip to content

Commit

Permalink
ci: remove proving from the pipeline
Browse files Browse the repository at this point in the history
Waiting for a compatible toolchain version.
  • Loading branch information
NickVolynkin committed Nov 10, 2023
1 parent a446e2b commit 3e7861b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:

- name: Build a statement for the Proof Market
run: scripts/run.sh --verbose --docker build_statement

- name: Calculate a proof
run: scripts/run.sh --verbose --docker prove

- name: Make constraint and assignment table for EVM verifier endpoint
run: scripts/run.sh --verbose --docker build_constraint

- name: Build circuit parameters for EVM verifier endpoint
run: scripts/run.sh --verbose --docker build_circuit_params

0 comments on commit 3e7861b

Please sign in to comment.