Skip to content

Bump nargo version

Bump nargo version #11

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