Skip to content

chore: move to latest nargo #3

chore: move to latest nargo

chore: move to latest nargo #3

Workflow file for this run

name: CI
on:
push:
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