Skip to content

Commit

Permalink
temporarily disable rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jun 5, 2024
1 parent 8e22f4e commit 90b56ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ jobs:
- name: Run rust tests
run: cargo test --all --exclude rust-kzg-bn254 --manifest-path arbitrator/Cargo.toml

- name: Rustfmt
run: cargo fmt --all --exclude rust-kzg-bn254 --manifest-path arbitrator/Cargo.toml -- --check
# TODO: Enable rustfmt check
# - name: Rustfmt
# run: cargo fmt --all --exclude rust-kzg-bn254 --manifest-path arbitrator/Cargo.toml -- --check

- name: Make proofs from test cases
run: make -j test-gen-proofs
Expand Down

0 comments on commit 90b56ca

Please sign in to comment.