Skip to content

Commit

Permalink
feat: add support of block sidecars for bsc
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jun 27, 2024
1 parent fe5faf2 commit 250248f
Show file tree
Hide file tree
Showing 48 changed files with 950 additions and 523 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }} opbnb" \
--workspace --exclude examples --exclude ef-tests --exclude reth-node-ethereum \
--workspace --exclude ef-tests --exclude reth-node-ethereum \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
- if: matrix.network == 'bsc'
name: Run tests
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }}" \
--workspace --exclude examples --exclude exex-rollup --exclude ef-tests --exclude reth-beacon-consensus \
--exclude reth-blockchain-tree --exclude reth-node-ethereum --exclude reth-rpc-engine-api --exclude example-exex-rollup \
--workspace --exclude examples --exclude example-exex-rollup --exclude ef-tests --exclude reth-beacon-consensus \
--exclude reth-blockchain-tree --exclude reth-node-ethereum --exclude reth-rpc-engine-api \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
Expand Down
Loading

0 comments on commit 250248f

Please sign in to comment.