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
2 changes: 1 addition & 1 deletion noir/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function test_cmds {
local test_hash=$NOIR_HASH
cd noir-repo

NOIR_TEST_FILTER="not package(noir_ast_fuzzer_fuzz)"
NOIR_TEST_FILTER="not (package(noir_ast_fuzzer_fuzz) or package(noir_ast_fuzzer))"
cargo nextest list --workspace --locked --release -Tjson-pretty -E "$NOIR_TEST_FILTER" 2>/dev/null | \
jq -r '
.["rust-suites"][] |
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo-ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-06-06
nightly-2025-06-10
Loading