Skip to content

ci: bump tool chain in tests #11

ci: bump tool chain in tests

ci: bump tool chain in tests #11

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/noirup@v0.1.2
with:
toolchain: v0.8.0
- name: Run nargo test
run: |
nargo test