Skip to content

Formatting

Formatting #7

Workflow file for this run

name: 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: 0.24.0
- name: Run nargo test
run: nargo test