We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4a2f5 commit f6993b4Copy full SHA for f6993b4
.github/workflows/send-proofs-docker.yml
@@ -46,6 +46,17 @@ jobs:
46
47
- name: Verify all sent proofs
48
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
60
61
- name: Stop containers
62
continue-on-error: true
0 commit comments