Skip to content

Commit

Permalink
Merge branch 'master' into mv/globals-entry-point-reachability
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm authored Jan 29, 2025
2 parents 24c6f13 + 784a562 commit abdf7b9
Show file tree
Hide file tree
Showing 19 changed files with 4,020 additions and 103 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: Deploy preview for PR

on:
pull_request:
merge_group:

jobs:
add_label:
runs-on: ubuntu-22.04
if: github.event_name == 'pull_request'
outputs:
has_label: ${{ steps.check-labels.outputs.result }}
steps:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,13 @@ jobs:
repository: ${{ matrix.project.repo }}
path: test-repo
ref: ${{ matrix.project.ref }}

- name: Fetch noir dependencies
working-directory: ./test-repo/${{ matrix.project.path }}
run: |
# We run `nargo check` to pre-fetch any dependencies so we don't measure the time to download these
# when benchmarking.
nargo check
- name: Generate compilation report
working-directory: ./test-repo/${{ matrix.project.path }}
Expand Down
Loading

0 comments on commit abdf7b9

Please sign in to comment.