Skip to content

Commit

Permalink
Merge branch 'develop' into einar/prefetch_transaction_jumps/pr
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-polygon committed Oct 21, 2024
2 parents d67911e + fa1e2f9 commit ee64de9
Show file tree
Hide file tree
Showing 31 changed files with 1,213 additions and 609 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ concurrency:

env:
CARGO_TERM_COLOR: always
BINSTALL_NO_CONFIRM: true
RUSTDOCFLAGS: "-D warnings"

jobs:
clippy:
Expand Down Expand Up @@ -42,7 +40,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/rust
- run: cargo doc --all --no-deps
- run: RUSTDOCFLAGS='-D warnings -A rustdoc::private_intra_doc_links' cargo doc --all --no-deps
# TODO(zero): https://github.com/0xPolygonZero/zk_evm/issues/718
- run: >
RUSTDOCFLAGS='-D warnings -A rustdoc::private_intra_doc_links' cargo doc --no-deps --document-private-items
--package trace_decoder
--package compat
--package smt_trie
--package zk_evm_proc_macro
--package zk_evm_common
cargo-fmt:
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down
Loading

0 comments on commit ee64de9

Please sign in to comment.