Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 8, 2024
1 parent 6d4c92b commit 72f83d9
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,45 +176,44 @@ jobs:
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: 1

# TODO: Update artifact files
# simple_proof_regular:
# name: Execute bash script to generate and verify a proof for a small block.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b19240705.json

# simple_proof_witness_only:
# name: Execute bash script to generate the proof witness for a small block.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b19240705.json test_only

# multi_blocks_proof_regular:
# name: Execute bash script to generate and verify a proof for multiple blocks using parallel proving.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b2_b7.json
simple_proof_regular:
name: Execute bash script to generate and verify a proof for a small block.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b19807080.json
simple_proof_witness_only:
name: Execute bash script to generate the proof witness for a small block.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b19807080.json test_only
multi_blocks_proof_regular:
name: Execute bash script to generate and verify a proof for multiple blocks using parallel proving.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b3_b6.json
lints:
name: Rustdoc, Formatting and Clippy
Expand Down

0 comments on commit 72f83d9

Please sign in to comment.