Skip to content

build: Enable building with Noir compiler >=0.19.0 #56

build: Enable building with Noir compiler >=0.19.0

build: Enable building with Noir compiler >=0.19.0 #56

Workflow file for this run

name: Noir
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: v0.19.0
- name: Run nargo test
run: |
nargo test