Skip to content

Commit

Permalink
Merge pull request #1047 from powdr-labs/enable-halo2-test
Browse files Browse the repository at this point in the history
Enable Halo2 test for arithmetic machine
  • Loading branch information
Leo authored Feb 12, 2024
2 parents 4333491 + dd80b61 commit 04dd072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pipeline/tests/powdr_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 04dd072

Please sign in to comment.