Skip to content

Documentation (#10) #32

Documentation (#10)

Documentation (#10) #32

Workflow file for this run

name: test example
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.2
- name: Run example nargo test
run: |
rm Nargo.toml
cd examples/base64_example/
nargo test --show-output