Skip to content

Commit ca431d4

Browse files
committed
.
1 parent fa062b8 commit ca431d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/acir_tests/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function test_cmds {
156156
local sol_prefix="$tests_hash:ISOLATE=1"
157157
# Solidity tests. Isolate because anvil.
158158
# Test the solidity verifier with and without zk
159-
for t in assert_statement a_1_mul slices verify_honk_proof; do
159+
for t in assert_statement a_1_mul vectors verify_honk_proof; do
160160
echo "$sol_prefix $scripts/bb_prove_sol_verify.sh $t --disable_zk"
161161
echo "$sol_prefix $scripts/bb_prove_sol_verify.sh $t"
162162
echo "$sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts/bb_prove_sol_verify.sh $t --disable_zk"

0 commit comments

Comments
 (0)