From 1771fe32bc28faba33f918cb30084ffd26721cc3 Mon Sep 17 00:00:00 2001 From: benesjan Date: Mon, 29 Apr 2024 07:52:04 +0000 Subject: [PATCH] fix: test_native.sh not running all noir tests --- noir/scripts/test_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir/scripts/test_native.sh b/noir/scripts/test_native.sh index 5b1bb1b180a..1f6d633935d 100755 --- a/noir/scripts/test_native.sh +++ b/noir/scripts/test_native.sh @@ -14,4 +14,4 @@ RUSTFLAGS=-Dwarnings cargo clippy --workspace --locked --release ./.github/scripts/cargo-binstall-install.sh cargo-binstall cargo-nextest --version 0.9.67 -y --secure -cargo nextest run --locked --release -E '!test(hello_world_example) & !test(simple_verifier_codegen)' +cargo nextest run --workspace --locked --release -E '!test(hello_world_example) & !test(simple_verifier_codegen)'