From c4897270515f23891a32807dd2be046be12d5095 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 5 Jan 2024 16:57:56 -0500 Subject: [PATCH] chore: align bb.js testing (#3840) --- barretenberg/acir_tests/Dockerfile.bb.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/barretenberg/acir_tests/Dockerfile.bb.js b/barretenberg/acir_tests/Dockerfile.bb.js index 52d3057ea3a..4409bf7ce22 100644 --- a/barretenberg/acir_tests/Dockerfile.bb.js +++ b/barretenberg/acir_tests/Dockerfile.bb.js @@ -14,8 +14,7 @@ COPY . . ENV VERBOSE=1 # Run double_verify_proof through bb.js on node to check 512k support. RUN BIN=../ts/dest/node/main.js FLOW=prove_then_verify ./run_acir_tests.sh double_verify_proof -# TODO(https://github.com/AztecProtocol/barretenberg/issues/811) make this able to run double_verify_proof -RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_goblin ./run_acir_tests.sh assert_statement +RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_goblin ./run_acir_tests.sh double_verify_proof # Run 1_mul through bb.js build, all_cmds flow, to test all cli args. RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul # Run double_verify_proof through bb.js on chrome testing multi-threaded browser support.