We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe4cc6 commit faa1794Copy full SHA for faa1794
.github/workflows/reports.yml
@@ -365,6 +365,13 @@ jobs:
365
repository: ${{ matrix.project.repo }}
366
path: test-repo
367
ref: ${{ matrix.project.ref }}
368
+
369
+ - name: Fetch noir dependencies
370
+ working-directory: ./test-repo/${{ matrix.project.path }}
371
+ run: |
372
+ # We run `nargo check` to pre-fetch any dependencies so we don't measure the time to download these
373
+ # when benchmarking.
374
+ nargo check
375
376
- name: Generate compilation report
377
working-directory: ./test-repo/${{ matrix.project.path }}
0 commit comments