Skip to content

Commit 30e47a0

Browse files
authored
fix: reenable goblin bbjs for a single test (AztecProtocol#3838)
Apparently running all of the acir tests sometimes takes too long. Run only a single one as has been done historically for plonk.
1 parent 8e692c1 commit 30e47a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/acir_tests/Dockerfile.bb.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV VERBOSE=1
1515
# Run double_verify_proof through bb.js on node to check 512k support.
1616
RUN BIN=../ts/dest/node/main.js FLOW=prove_then_verify ./run_acir_tests.sh double_verify_proof
1717
# TODO(https://github.com/AztecProtocol/barretenberg/issues/811) make this able to run double_verify_proof
18-
# RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_goblin ./run_acir_tests.sh
18+
RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_goblin ./run_acir_tests.sh assert_statement
1919
# Run 1_mul through bb.js build, all_cmds flow, to test all cli args.
2020
RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul
2121
# Run double_verify_proof through bb.js on chrome testing multi-threaded browser support.

0 commit comments

Comments
 (0)