Skip to content

Commit

Permalink
chore: disable hello_world_example noir test in aztec-packages CI (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Mar 7, 2024
1 parent cb9fdc6 commit 1be9243
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions noir/.rebuild_patterns_native
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
^noir/Dockerfile
^noir/scripts/bootstrap_native.sh
^noir/scripts/test_native.sh
^noir/noir-repo/acvm-repo
^noir/noir-repo/compiler
^noir/noir-repo/aztec_macros
Expand Down
2 changes: 2 additions & 0 deletions noir/.rebuild_patterns_packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
^noir/Dockerfile.packages
^noir/scripts/bootstrap_packages.sh
^noir/scripts/test_js_packages.sh
^noir/noir-repo/.yarn
^noir/noir-repo/.yarnrc.yml
^noir/noir-repo/package.json
Expand Down
6 changes: 5 additions & 1 deletion noir/scripts/test_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ export GIT_COMMIT=${COMMIT_HASH:-$(git rev-parse --verify HEAD)}

cargo fmt --all --check
cargo clippy --workspace --locked --release
cargo test --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)'

0 comments on commit 1be9243

Please sign in to comment.