File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ COPY . .
14
14
ENV VERBOSE = 1
15
15
# Run double_verify_proof through bb . js on node to check 512 k support .
16
16
RUN BIN = . . / ts / dest / node / main . js FLOW = prove_then_verify . / run_acir_tests . sh double_verify_proof
17
- # 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 assert_statement
17
+ RUN BIN = . . / ts / dest / node / main . js FLOW = prove_and_verify_goblin . / run_acir_tests . sh double_verify_proof
19
18
# Run 1 _mul through bb . js build , all_cmds flow , to test all cli args .
20
19
RUN BIN = . . / ts / dest / node / main . js FLOW = all_cmds . / run_acir_tests . sh 1 _mul
21
20
# Run double_verify_proof through bb . js on chrome testing multi - threaded browser support .
You can’t perform that action at this time.
0 commit comments