Merge pull request #1047 from powdr-labs/enable-halo2-test

Enable Halo2 test for arithmetic machine
This commit is contained in:
Leo
2024-02-12 14:15:40 +00:00
committed by GitHub

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]