Enable Halo2 test for arithmetic machine

This commit is contained in:
Georg Wiese
2024-02-12 12:48:56 +01:00
parent d7a4f14a08
commit dd80b616b7

View File

@@ -45,8 +45,7 @@ fn arith_test() {
let f = "std/arith_test.asm";
verify_test_file::<GoldilocksField>(f, Default::default(), vec![]);
gen_estark_proof(f, Default::default());
// Halo2 test runs out of memory on CI
// test_halo2(f, Default::default());
test_halo2(f, Default::default());
}
#[test]