Skip to content

Example usage project #42

Example usage project

Example usage project #42

Workflow file for this run

name: test
on: [push, pull_request]
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: 0.19.2
- name: Run nargo test
run: |
nargo test