Skip to content

Commit e6b30ed

Browse files
committed
Fix tests
- Fill Proving System ID match arms - Fix Mina Account operator build command before running tests
1 parent 1b8e225 commit e6b30ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

batcher/aligned-batcher/src/zk_utils/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)