Merge pull request #7 from vlayer-xyz/recursive-repro #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: circuits profiling | |
on: [push] | |
jobs: | |
test: | |
name: circuits profiling | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Nargo | |
uses: noir-lang/[email protected] | |
with: | |
toolchain: 0.27.0 | |
- name: Run nargo info | |
run: nargo info --workspace |