Skip to content

Update examples with tag v0.1.2 and Noir version 0.19.4 #76

Update examples with tag v0.1.2 and Noir version 0.19.4

Update examples with tag v0.1.2 and Noir version 0.19.4 #76

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