Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Dec 9, 2024
2 parents 1a69d3a + 883d508 commit 13f2f59
Show file tree
Hide file tree
Showing 41 changed files with 8,193 additions and 5,535 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,27 @@ jobs:
matrix:
include:
- type: ethereum
args: --features "asm-keccak ethereum" --locked
args: --features "asm-keccak ethereum" --locked --workspace --exclude ef-tests
partition: 1
total_partitions: 2
- type: ethereum
args: --features "asm-keccak ethereum" --locked
args: --features "asm-keccak ethereum" --locked --workspace --exclude ef-tests
partition: 2
total_partitions: 2
- type: optimism
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum" --workspace --exclude ef-tests
partition: 1
total_partitions: 2
- type: optimism
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum" --workspace --exclude ef-tests
partition: 2
total_partitions: 2
- type: scroll
args: -p reth-scroll-state-commitment --locked --features "scroll"
partition: 1
total_partitions: 1
- type: book
args: --manifest-path book/sources/Cargo.toml
args: --manifest-path book/sources/Cargo.toml --workspace --exclude ef-tests
partition: 1
total_partitions: 1
timeout-minutes: 30
Expand All @@ -62,9 +66,9 @@ jobs:
- name: Run tests
run: |
cargo nextest run \
${{ matrix.args }} --workspace \
--exclude ef-tests --no-tests=warn \
--partition hash:${{ matrix.partition }}/2 \
${{ matrix.args }} \
--no-tests=warn \
--partition hash:${{ matrix.partition }}/${{ matrix.total_partitions }} \
-E "!kind(test)"
state:
Expand Down
Loading

0 comments on commit 13f2f59

Please sign in to comment.