Skip to content

feat: use noir-circuit-info-action #8

feat: use noir-circuit-info-action

feat: use noir-circuit-info-action #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
- name: Run Nargo test
run: |
cd circuits
nargo test --show-output