Skip to content

Commit 13f2f59

Browse files
committed
fix conflict
2 parents 1a69d3a + 883d508 commit 13f2f59

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8193
-5535
lines changed

.github/workflows/unit.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,27 @@ jobs:
2626
matrix:
2727
include:
2828
- type: ethereum
29-
args: --features "asm-keccak ethereum" --locked
29+
args: --features "asm-keccak ethereum" --locked --workspace --exclude ef-tests
3030
partition: 1
3131
total_partitions: 2
3232
- type: ethereum
33-
args: --features "asm-keccak ethereum" --locked
33+
args: --features "asm-keccak ethereum" --locked --workspace --exclude ef-tests
3434
partition: 2
3535
total_partitions: 2
3636
- type: optimism
37-
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
37+
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum" --workspace --exclude ef-tests
3838
partition: 1
3939
total_partitions: 2
4040
- type: optimism
41-
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
41+
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum" --workspace --exclude ef-tests
4242
partition: 2
4343
total_partitions: 2
44+
- type: scroll
45+
args: -p reth-scroll-state-commitment --locked --features "scroll"
46+
partition: 1
47+
total_partitions: 1
4448
- type: book
45-
args: --manifest-path book/sources/Cargo.toml
49+
args: --manifest-path book/sources/Cargo.toml --workspace --exclude ef-tests
4650
partition: 1
4751
total_partitions: 1
4852
timeout-minutes: 30
@@ -62,9 +66,9 @@ jobs:
6266
- name: Run tests
6367
run: |
6468
cargo nextest run \
65-
${{ matrix.args }} --workspace \
66-
--exclude ef-tests --no-tests=warn \
67-
--partition hash:${{ matrix.partition }}/2 \
69+
${{ matrix.args }} \
70+
--no-tests=warn \
71+
--partition hash:${{ matrix.partition }}/${{ matrix.total_partitions }} \
6872
-E "!kind(test)"
6973
7074
state:

0 commit comments

Comments
 (0)