Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

BB=$PWD/${BB:-../cpp/build/bin/bb}
CRS_PATH=~/.bb-crs
BRANCH=master
BRANCH=kw/acvm-0-24

# Pull down the test vectors from the noir repo, if we don't have the folder already.
if [ ! -d acir_tests ]; then
Expand All @@ -29,7 +29,7 @@ fi
cd acir_tests

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

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