We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1110896 commit c8d8cdbCopy full SHA for c8d8cdb
noir/bootstrap.sh
@@ -173,7 +173,7 @@ function test_cmds {
173
"noir/scripts/run_test.sh \($binary) \(.key)"' | \
174
sed "s|$PWD/target/release/deps/||" | \
175
awk "{print \"$test_hash \" \$0 }"
176
- # The above test is de-activated because it is failing with serialization changes,
+ # The test below is de-activated because it is failing with serialization changes,
177
# probably due to some cache issue. There is not much value in testing the Noir repo here.
178
# echo "$test_hash cd noir/noir-repo && GIT_COMMIT=$GIT_COMMIT NARGO=$PWD/target/release/nargo" \
179
# "yarn workspaces foreach -A --parallel --topological-dev --verbose $js_include run test"
0 commit comments