mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Merge pull request #1047 from powdr-labs/enable-halo2-test
Enable Halo2 test for arithmetic machine
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user