Skip to content

feat!: bump keccak256 to v0.1.3 #85

feat!: bump keccak256 to v0.1.3

feat!: bump keccak256 to v0.1.3 #85

Workflow file for this run

name: Noir tests
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test on Nargo ${{matrix.toolchain}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
toolchain: [1.0.0-beta.17, 1.0.0-beta.18]
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: ${{ matrix.toolchain }}
- 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/[email protected]
with:
toolchain: 1.0.0-beta.17
- name: Run formatter
run: nargo fmt --check