Skip to content

Commit

Permalink
Revert "feat: add support of block sidecars for bsc (bnb-chain#45)"
Browse files Browse the repository at this point in the history
This reverts commit 00259fa.
  • Loading branch information
forcodedancing committed Jul 10, 2024
1 parent e2846d7 commit b7db219
Show file tree
Hide file tree
Showing 63 changed files with 598 additions and 1,531 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
run: |
cargo nextest run \
--locked --features "asm-keccak ${{ matrix.network }} opbnb" \
--workspace --exclude ef-tests --exclude reth-node-ethereum \
--workspace --exclude examples --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 example-exex-rollup --exclude ef-tests --exclude reth-beacon-consensus \
--exclude reth-blockchain-tree --exclude reth-node-ethereum --exclude reth-rpc-engine-api \
--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 \
--partition hash:${{ matrix.partition }}/3 \
-E "!kind(test)"
Expand Down
Loading

0 comments on commit b7db219

Please sign in to comment.