Skip to content

readme + ci

readme + ci #1

Workflow file for this run

name: Run tests on commit
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.11.0
- name: Run tests
run: |
nargo test