Skip to content

Commit

Permalink
chore: Add back double verify proof to test suite (#1986)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Sep 4, 2023
1 parent 6bfb053 commit f8688d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
cd acir_tests

# Convert them to array
skip_array=(diamond_deps_0 workspace workspace_default_member double_verify_proof)
skip_array=(diamond_deps_0 workspace workspace_default_member)

function test() {
echo -n "Testing $1... "
Expand Down

0 comments on commit f8688d7

Please sign in to comment.