Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

fix bug

fix bug #2321

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
check_n_test:
name: cargo check & test
uses: noir-lang/.github/.github/workflows/rust-test.yml@main
clippy:
name: cargo clippy
uses: noir-lang/.github/.github/workflows/rust-clippy.yml@main
format:
name: cargo fmt
uses: noir-lang/.github/.github/workflows/rust-format.yml@main