Skip to content

fix: remove unnecessary generic from ArrayX.__normalize_limbs() #3

fix: remove unnecessary generic from ArrayX.__normalize_limbs()

fix: remove unnecessary generic from ArrayX.__normalize_limbs() #3

Workflow file for this run

name: Noir tests
on:
push:
branches:
- master
pull_request:
env:
CARGO_TERM_COLOR: always
NARGO_VERSION: 0.32.0
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: $NARGO_VERSION
- name: Run Noir tests
run: nargo test
format:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: $NARGO_VERSION
- name: Run formatter
run: nargo fmt --check