Skip to content

Merge branch 'jl/bytes_trait' of https://github.com/noir-lang/eth-pro… #73

Merge branch 'jl/bytes_trait' of https://github.com/noir-lang/eth-pro…

Merge branch 'jl/bytes_trait' of https://github.com/noir-lang/eth-pro… #73

name: circuit profiling

Check failure on line 1 in .github/workflows/circuits_profile.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/circuits_profile.yaml

Invalid workflow file

(Line: 3, Col: 4): Unexpected value ''
on:
jobs:
test:
name: nargo info
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly-2024-05-22
- name: Run nargo info
run: nargo info --workspace --silence-warnings | tee profiling_info.txt
- name: Archive profiling artifacts
uses: actions/upload-artifact@v4
with:
name: profiling_info
path: |
profiling_info.txt