Skip to content

feat: optimized slice allocation #1

feat: optimized slice allocation

feat: optimized slice allocation #1

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test-noir:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
- name: Run nargo test
run: |
nargo test