diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cff6491..c881eac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,16 +25,17 @@ jobs: - 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 \ No newline at end of file + # Disabled as the formatter panics + # 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 \ No newline at end of file