Skip to content
Merged
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
5 changes: 0 additions & 5 deletions noir/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ function test_cmds {
echo "$test_hash cd noir/noir-repo && GIT_COMMIT=$GIT_COMMIT NARGO=$PWD/target/release/nargo yarn workspaces foreach --parallel --topological-dev --verbose $js_include run test"
# This is a test as it runs over our test programs (format is usually considered a build step).
echo "$test_hash noir/bootstrap.sh format --check"
# We need to include these as they will go out of date otherwise and externals use these examples.
local example_test_hash=$(hash_str $test_hash-$(../../barretenberg/cpp/bootstrap.sh hash))
echo "$example_test_hash noir/bootstrap.sh test_example codegen_verifier"
echo "$example_test_hash noir/bootstrap.sh test_example prove_and_verify"
echo "$example_test_hash noir/bootstrap.sh test_example recursion"
}

function format {
Expand Down