Skip to content

Commit f6993b4

Browse files
committed
ci: add proof aggregation mode steps to send-proofs workflow
1 parent 6f4a2f5 commit f6993b4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/send-proofs-docker.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ jobs:
4646

4747
- name: Verify all sent proofs
4848
run: make docker_verify_proof_submission_success
49+
50+
- name: Aggregate sp1 proofs
51+
run: make docker_proof_aggregator_run_sp1
52+
- name: Verify SP1 aggregation
53+
run: make docker_proof_aggregator_verify
54+
55+
- name: Aggregate risc0 proofs
56+
run: make docker_proof_aggregator_run_risc0
57+
58+
- name: Verify Risc0 aggregation
59+
run: make docker_proof_aggregator_verify
4960

5061
- name: Stop containers
5162
continue-on-error: true

0 commit comments

Comments
 (0)