diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b9707eb73..9f1ee56a003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: - 'noir/noir-repo/**' bb: - 'barretenberg/cpp/**' + - 'barretenberg/acir_tests/**' noir-projects: - 'noir-projects/**' yarn-project: diff --git a/barretenberg/acir_tests/bootstrap.sh b/barretenberg/acir_tests/bootstrap.sh index 8744602f759..d51634cfeb8 100755 --- a/barretenberg/acir_tests/bootstrap.sh +++ b/barretenberg/acir_tests/bootstrap.sh @@ -124,7 +124,7 @@ function test_cmds { echo SYS=ultra_honk FLOW=prove_then_verify RECURSIVE=true $run_test assert_statement echo SYS=ultra_honk FLOW=prove_then_verify RECURSIVE=true $run_test double_verify_honk_proof echo SYS=ultra_honk FLOW=prove_and_verify_program $run_test merkle_insert - echo SYS=ultra_rollup_honk FLOW=prove_then_verify $run_test verify_rollup_honk_proof + # echo SYS=ultra_rollup_honk FLOW=prove_then_verify $run_test verify_rollup_honk_proof # barretenberg-acir-tests-bb-client-ivc: echo FLOW=prove_then_verify_client_ivc $run_test 6_array @@ -160,4 +160,4 @@ case "$cmd" in *) echo "Unknown command: $cmd" exit 1 -esac \ No newline at end of file +esac