Skip to content

Add assignment

Add assignment #1

Workflow file for this run

name: test
on:
push:
branches: [main, master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
- name: Run tests
run: |
nargo test