File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
batcher/aligned-batcher/src/zk_utils Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ test_mina_account_go_bindings_macos: build_mina_account_macos
677677 @echo " Testing Mina Account Go bindings..."
678678 go test ./operator/mina_account/... -v
679679
680- test_mina_account_go_bindings_linux : build_mina_linux
680+ test_mina_account_go_bindings_linux : build_mina_account_linux
681681 @echo " Testing Mina Account Go bindings..."
682682 go test ./operator/mina_account/... -v
683683
Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ mod test {
143143 ProvingSystemId :: GnarkPlonkBls12_381 => ( ) ,
144144 ProvingSystemId :: GnarkPlonkBn254 => ( ) ,
145145 ProvingSystemId :: Groth16Bn254 => ( ) ,
146+ ProvingSystemId :: Mina => ( ) ,
147+ ProvingSystemId :: MinaAccount => ( ) ,
146148 }
147149 }
148150 verifiers
You can’t perform that action at this time.
0 commit comments