Skip to content

Bring this package up to date to use with the new noir/nargo #18

Bring this package up to date to use with the new noir/nargo

Bring this package up to date to use with the new noir/nargo #18

Workflow file for this run

name: Tests 🌌
on:
push:
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
unit:
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