Skip to content

Initial profiling commit #1

Initial profiling commit

Initial profiling commit #1

Workflow file for this run

name: circuit tests
on: [push]
jobs:
test:
name: nargo test
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 test
run: nargo test --workspace