From 2c9b044b30a6c7133a9c0f6bf10e58767fed16be Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Sat, 15 Mar 2025 17:31:04 +0000 Subject: [PATCH] chore: remove examples from testing of noir --- noir/bootstrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/noir/bootstrap.sh b/noir/bootstrap.sh index 2a42303dcdb6..4e7321af5dd9 100755 --- a/noir/bootstrap.sh +++ b/noir/bootstrap.sh @@ -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 {