Skip to content

Commit 5ca1fb5

Browse files
author
AztecBot
committed
chore: also print test output to stdout in CI (noir-lang/noir#6930)
fix: Non-determinism from under constrained checks (noir-lang/noir#6945) chore: use logs for benchmarking (noir-lang/noir#6911) chore: bump `noir-gates-diff` (noir-lang/noir#6944) chore: bump `noir-gates-diff` (noir-lang/noir#6943) fix: Show output of `test_program_is_idempotent` on failure (noir-lang/noir#6942) chore: delete a bunch of dead code from `noirc_evaluator` (noir-lang/noir#6939) feat: require trait function calls (`Foo::bar()`) to have the trait in scope (imported) (noir-lang/noir#6882) chore: Bump arkworks to version `0.5.0` (noir-lang/noir#6871)
2 parents e0197fd + f9ac178 commit 5ca1fb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.noir-sync-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
203242c0c05e9333caaa8df55a4ed9a02e000882
1+
000799244b6df18f6d3a1335d2e054c983afa0d1

noir/noir-repo/.github/workflows/test-js-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ jobs:
597597
- name: Run nargo test
598598
working-directory: ./test-repo/${{ matrix.project.path }}
599599
run: |
600-
out=$(nargo test --silence-warnings --skip-brillig-constraints-check --format json ${{ matrix.project.nargo_args }}) && echo "$out" > ${{ github.workspace }}/noir-repo/.github/critical_libraries_status/${{ matrix.project.repo }}/${{ matrix.project.path }}.actual.jsonl
600+
nargo test --silence-warnings --skip-brillig-constraints-check --format json ${{ matrix.project.nargo_args }} | tee ${{ github.workspace }}/noir-repo/.github/critical_libraries_status/${{ matrix.project.repo }}/${{ matrix.project.path }}.actual.jsonl
601601
env:
602602
NARGO_IGNORE_TEST_FAILURES_FROM_FOREIGN_CALLS: true
603603

0 commit comments

Comments
 (0)