Skip to content

Fix yarn on CI

Fix yarn on CI #8

name: circuit profiling
on: [push]
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-01-11 # Pin at 0.23.0 when it's released. We need nightly now as 0.22.0 doesn't have the oracles
- 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